From 33879bf611adf86ad5edf4250b06280d83edb406 Mon Sep 17 00:00:00 2001 From: MerryMage Date: Sat, 10 Jun 2017 19:05:08 +0100 Subject: [PATCH] Config: Remove creation of unnecessary CommandLine layer --- Source/Core/Common/Config/Config.cpp | 1 - 1 file changed, 1 deletion(-) 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(LayerType::CommandLine); ClearCurrentRunLayer(); // This layer always has to exist s_layers[LayerType::Meta] = std::make_unique();