[ion] Remove unused function and rename longRepetitionScrollSpeed

Change-Id: I11268eb34060c74eb8770ba0eb999f84737c76d8
This commit is contained in:
Hugo Saint-Vignes
2020-06-10 16:48:24 +02:00
committed by Émilie Feral
parent 70cd166da5
commit af32f33141
8 changed files with 9 additions and 14 deletions

View File

@@ -151,7 +151,7 @@ HighlightCell * SelectableTableView::selectedCell() {
}
bool SelectableTableView::handleEvent(Ion::Events::Event event) {
int step = Ion::Events::longRepetitionScrollSpeed();
int step = Ion::Events::repetitionFactor();
if (event == Ion::Events::Down) {
return selectCellAtClippedLocation(selectedColumn(), selectedRow() + step);
}