mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Common/Config: Remove unnecessary function declaration
This prototype declaration is already provided by the Config.h header
This commit is contained in:
@ -15,8 +15,6 @@ namespace Config
|
||||
static Layers s_layers;
|
||||
static std::list<ConfigChangedCallback> s_callbacks;
|
||||
|
||||
void InvokeConfigChangedCallbacks();
|
||||
|
||||
Layers* GetLayers()
|
||||
{
|
||||
return &s_layers;
|
||||
|
Reference in New Issue
Block a user