diff options
Diffstat (limited to 'Source/Core/Common/Config/Config.cpp')
| -rw-r--r-- | Source/Core/Common/Config/Config.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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 <algorithm> #include <list> #include <map> -#include <tuple> -#include "Common/Assert.h" #include "Common/Config/Config.h" namespace Config @@ -15,8 +13,6 @@ namespace Config static Layers s_layers; static std::list<ConfigChangedCallback> s_callbacks; -void InvokeConfigChangedCallbacks(); - Layers* GetLayers() { return &s_layers; |
