summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Config/Config.cpp
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2017-06-10 19:05:08 +0100
committerMerryMage <MerryMage@users.noreply.github.com>2017-06-10 19:07:17 +0100
commit33879bf611adf86ad5edf4250b06280d83edb406 (patch)
treed6172e23f3355baf469d4643d37041f64e135b2e /Source/Core/Common/Config/Config.cpp
parentb841f796f9b091190cb6b97b5f06bf9250c255dd (diff)
Config: Remove creation of unnecessary CommandLine layer
Diffstat (limited to 'Source/Core/Common/Config/Config.cpp')
-rw-r--r--Source/Core/Common/Config/Config.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Common/Config/Config.cpp b/Source/Core/Common/Config/Config.cpp
index 5c69f27365..27f0389ea8 100644
--- a/Source/Core/Common/Config/Config.cpp
+++ b/Source/Core/Common/Config/Config.cpp
@@ -92,7 +92,6 @@ void Save()
void Init()
{
// These layers contain temporary values
- s_layers[LayerType::CommandLine] = std::make_unique<Layer>(LayerType::CommandLine);
ClearCurrentRunLayer();
// This layer always has to exist
s_layers[LayerType::Meta] = std::make_unique<RecursiveLayer>();