Config: Remove creation of unnecessary CommandLine layer
This commit is contained in:
parent
b841f796f9
commit
33879bf611
|
@ -92,7 +92,6 @@ void Save()
|
||||||
void Init()
|
void Init()
|
||||||
{
|
{
|
||||||
// These layers contain temporary values
|
// These layers contain temporary values
|
||||||
s_layers[LayerType::CommandLine] = std::make_unique<Layer>(LayerType::CommandLine);
|
|
||||||
ClearCurrentRunLayer();
|
ClearCurrentRunLayer();
|
||||||
// This layer always has to exist
|
// This layer always has to exist
|
||||||
s_layers[LayerType::Meta] = std::make_unique<RecursiveLayer>();
|
s_layers[LayerType::Meta] = std::make_unique<RecursiveLayer>();
|
||||||
|
|
Loading…
Reference in New Issue