Config: Remove creation of unnecessary CommandLine layer

This commit is contained in:
MerryMage 2017-06-10 19:05:08 +01:00
parent b841f796f9
commit 33879bf611

View file

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