[apps/code] Remove 'm_preventEdition' from ConsoleController, it was

always used with m_preventEdition = true.
This commit is contained in:
Émilie Feral
2020-03-19 11:13:33 +01:00
parent b5d3070ef5
commit 51da01aa11
2 changed files with 2 additions and 8 deletions

View File

@@ -103,7 +103,6 @@ private:
SandboxController m_sandboxController;
bool m_inputRunLoopActive;
bool m_autoImportScripts;
bool m_preventEdition;
#if EPSILON_GETOPT
bool m_locked;
#endif