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();