Remove unused variable

This commit is contained in:
Martin Kleusberg
2017-11-17 12:33:52 +01:00
parent 23155a72d4
commit 011f7edd1f

View File

@@ -687,7 +687,6 @@ void MainWindow::selectTableLines(int firstLine, int count)
return;
selectTableLine(firstLine);
QItemSelectionModel* selectionModel = ui->dataTable->selectionModel();
QModelIndex topLeft = ui->dataTable->model()->index(firstLine, 0);
QModelIndex bottomRight = ui->dataTable->model()->index(lastLine, ui->dataTable->model()->columnCount()-1);