Skip to content

Commit

Permalink
Merge pull request #5592 from MerryMage/config-commandline
Browse files Browse the repository at this point in the history
Config: Remove creation of unnecessary CommandLine layer
  • Loading branch information
leoetlino committed Jun 10, 2017
2 parents b841f79 + 33879bf commit a371074
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/Common/Config/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>();
Expand Down

0 comments on commit a371074

Please sign in to comment.