mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-15 23:07:11 -05:00
Source: Remove redundant lambda parameter lists
This commit is contained in:
@@ -31,7 +31,7 @@ bool InitializeGlslang()
|
||||
return false;
|
||||
}
|
||||
|
||||
std::atexit([]() { glslang::FinalizeProcess(); });
|
||||
std::atexit([] { glslang::FinalizeProcess(); });
|
||||
|
||||
glslang_initialized = true;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user