From 483673966336f2d5d68504dc24e719d37fd7da82 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 15 Apr 2018 22:33:50 -0400 Subject: [PATCH] Common/Config: Remove unnecessary function declaration This prototype declaration is already provided by the Config.h header --- Source/Core/Common/Config/Config.cpp | 2 -- 1 file changed, 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 s_callbacks; -void InvokeConfigChangedCallbacks(); - Layers* GetLayers() { return &s_layers;