Common/Config: Remove unnecessary function declaration

This prototype declaration is already provided by the Config.h header
This commit is contained in:
Lioncash 2018-04-15 22:33:50 -04:00
parent eecdb51709
commit 4836739663
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ namespace Config
static Layers s_layers;
static std::list<ConfigChangedCallback> s_callbacks;
void InvokeConfigChangedCallbacks();
Layers* GetLayers()
{
return &s_layers;