[apps] clean

Change-Id: I0f1709c1559109628ffe0f21a0b29751cfca46aa
This commit is contained in:
Émilie Feral
2016-12-05 14:43:38 +01:00
parent 4086a5e74a
commit cb4eb743fb
3 changed files with 1 additions and 107 deletions

View File

@@ -252,7 +252,6 @@ void ValuesController::editValue(const char * initialText) {
}
}
int cursorLocation = strlen(initialTextContent) + cursorDelta;
EditableValueCell * cell = (EditableValueCell *)m_selectableTableView.cellAtLocation(0, activeRow());
cell->setParentResponder(&m_selectableTableView);
cell->editValue(initialTextContent, cursorLocation, this,