[code] Get rid of unused member variable in VariableBoxController

This commit is contained in:
Émilie Feral
2019-03-12 14:43:18 +01:00
parent e1450676e0
commit f713551d46
3 changed files with 4 additions and 8 deletions

View File

@@ -84,7 +84,7 @@ App::App(Container * container, Snapshot * snapshot) :
m_listFooter(&m_codeStackViewController, &m_menuController, &m_menuController, ButtonRowController::Position::Bottom, ButtonRowController::Style::EmbossedGrey, ButtonRowController::Size::Large),
m_menuController(&m_listFooter, this, snapshot->scriptStore(), &m_listFooter),
m_codeStackViewController(&m_modalViewController, &m_listFooter),
m_variableBoxController(this, snapshot->scriptStore())
m_variableBoxController(snapshot->scriptStore())
{
}