mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Merge pull request #6653 from lioncash/redundant
Common/Config: Remove redundant declaration and unused includes
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user