[apps] Inline some code in variable_box_controller

This commit is contained in:
Léa Saviot
2018-11-07 10:04:31 +01:00
committed by Émilie Feral
parent 1b2c810eb2
commit 13972caa80
2 changed files with 1 additions and 5 deletions

View File

@@ -127,10 +127,6 @@ int VariableBoxController::typeAtLocation(int i, int j) {
return 0;
}
void VariableBoxController::lockDeleteEvent(Page page) {
m_lockPageDelete = page;
}
ExpressionTableCellWithExpression * VariableBoxController::leafCellAtIndex(int index) {
assert(index >= 0 && index < k_maxNumberOfDisplayedRows);
return &m_leafCells[index];