mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Merge pull request #6653 from lioncash/redundant
Common/Config: Remove redundant declaration and unused includes
This commit is contained in:
commit
1cd75f9b19
1 changed files with 0 additions and 4 deletions
|
@ -5,9 +5,7 @@
|
|||
#include <algorithm>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <tuple>
|
||||
|
||||
#include "Common/Assert.h"
|
||||
#include "Common/Config/Config.h"
|
||||
|
||||
namespace Config
|
||||
|
@ -15,8 +13,6 @@ namespace Config
|
|||
static Layers s_layers;
|
||||
static std::list<ConfigChangedCallback> s_callbacks;
|
||||
|
||||
void InvokeConfigChangedCallbacks();
|
||||
|
||||
Layers* GetLayers()
|
||||
{
|
||||
return &s_layers;
|
||||
|
|
Loading…
Add table
Reference in a new issue