Skip to content
Snippets Groups Projects
Verified Commit f8b2de71 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Drop unused options_.minimal_workspace

parent 638c49d9
Branches
No related tags found
No related merge requests found
......@@ -918,9 +918,6 @@ ModFile::writeMOutput(const string& basename, bool clear_all, bool clear_global,
config.writeHooks(mOutputFile);
mOutputFile << "global_initialization;" << endl;
if (minimal_workspace)
mOutputFile << "options_.minimal_workspace = true;" << endl;
if (console)
mOutputFile << "options_.console_mode = true;" << endl << "options_.nodisplay = true;" << endl;
if (nograph)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment