Skip to content
Permalink
Browse files
Merge pull request #6653 from lioncash/redundant
Common/Config: Remove redundant declaration and unused includes
  • Loading branch information
leoetlino committed Apr 16, 2018
2 parents eecdb51 + 939c567 commit 1cd75f9
Showing 1 changed file with 0 additions and 4 deletions.
@@ -5,18 +5,14 @@
#include <algorithm>
#include <list>
#include <map>
#include <tuple>

#include "Common/Assert.h"
#include "Common/Config/Config.h"

namespace Config
{
static Layers s_layers;
static std::list<ConfigChangedCallback> s_callbacks;

void InvokeConfigChangedCallbacks();

Layers* GetLayers()
{
return &s_layers;

0 comments on commit 1cd75f9

Please sign in to comment.