mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06: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