Merge pull request #5592 from MerryMage/config-commandline

Config: Remove creation of unnecessary CommandLine layer
This commit is contained in:
Leo Lam 2017-06-10 20:15:34 +02:00 committed by GitHub
commit a3710745c5
1 changed files with 0 additions and 1 deletions

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