diff --git a/Source/Core/Common/Config/Config.cpp b/Source/Core/Common/Config/Config.cpp index 342ef8ec6d..df17d8a0db 100644 --- a/Source/Core/Common/Config/Config.cpp +++ b/Source/Core/Common/Config/Config.cpp @@ -5,9 +5,7 @@ #include #include #include -#include -#include "Common/Assert.h" #include "Common/Config/Config.h" namespace Config @@ -15,8 +13,6 @@ namespace Config static Layers s_layers; static std::list s_callbacks; -void InvokeConfigChangedCallbacks(); - Layers* GetLayers() { return &s_layers;