summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Config/Config.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-04-15 22:33:50 -0400
committerLioncash <mathew1800@gmail.com>2018-04-15 22:33:53 -0400
commit483673966336f2d5d68504dc24e719d37fd7da82 (patch)
tree17af3f05b632909dd3debfcb0bcd2d5b43aa2424 /Source/Core/Common/Config/Config.cpp
parenteecdb51709a8e390d8cf000d3a3de07b05f98cf9 (diff)
Common/Config: Remove unnecessary function declaration
This prototype declaration is already provided by the Config.h header
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;