Common/Config: Remove unnecessary function declaration
This prototype declaration is already provided by the Config.h header
This commit is contained in:
parent
eecdb51709
commit
4836739663
|
@ -15,8 +15,6 @@ namespace Config
|
|||
static Layers s_layers;
|
||||
static std::list<ConfigChangedCallback> s_callbacks;
|
||||
|
||||
void InvokeConfigChangedCallbacks();
|
||||
|
||||
Layers* GetLayers()
|
||||
{
|
||||
return &s_layers;
|
||||
|
|
Loading…
Reference in New Issue