summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Config/Config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/Config/Config.cpp')
-rw-r--r--Source/Core/Common/Config/Config.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/Common/Config/Config.cpp b/Source/Core/Common/Config/Config.cpp
index 342ef8ec6d..9373673518 100644
--- a/Source/Core/Common/Config/Config.cpp
+++ b/Source/Core/Common/Config/Config.cpp
@@ -15,8 +15,6 @@ namespace Config
static Layers s_layers;
static std::list<ConfigChangedCallback> s_callbacks;
-void InvokeConfigChangedCallbacks();
-
Layers* GetLayers()
{
return &s_layers;