[apps/code] Remove useless class member in ConsoleController

This commit is contained in:
Émilie Feral
2020-01-06 16:45:00 +01:00
committed by Léa Saviot
parent e0bbc73b8b
commit d64321d116
2 changed files with 1 additions and 3 deletions

View File

@@ -84,7 +84,6 @@ private:
size_t firstNewLineCharIndex(const char * text, size_t length);
StackViewController * stackViewController();
App * m_pythonDelegate;
int m_rowHeight;
bool m_importScriptsWhenViewAppears;
ConsoleStore m_consoleStore;
SelectableTableView m_selectableTableView;