mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #6653 from lioncash/redundant
Common/Config: Remove redundant declaration and unused includes
This commit is contained in:
commit
1cd75f9b19
@ -5,9 +5,7 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <tuple>
|
|
||||||
|
|
||||||
#include "Common/Assert.h"
|
|
||||||
#include "Common/Config/Config.h"
|
#include "Common/Config/Config.h"
|
||||||
|
|
||||||
namespace Config
|
namespace Config
|
||||||
@ -15,8 +13,6 @@ namespace Config
|
|||||||
static Layers s_layers;
|
static Layers s_layers;
|
||||||
static std::list<ConfigChangedCallback> s_callbacks;
|
static std::list<ConfigChangedCallback> s_callbacks;
|
||||||
|
|
||||||
void InvokeConfigChangedCallbacks();
|
|
||||||
|
|
||||||
Layers* GetLayers()
|
Layers* GetLayers()
|
||||||
{
|
{
|
||||||
return &s_layers;
|
return &s_layers;
|
||||||
|
Loading…
Reference in New Issue
Block a user