Cleanup: remove DiveImportedModel::firstIndex

This index was never set to anything else than 0. Might as
well remove it.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-09-22 22:03:49 +02:00 committed by Dirk Hohndel
parent 5037fcdbdc
commit a33f381dc6
2 changed files with 7 additions and 13 deletions

View file

@ -44,7 +44,6 @@ signals:
void downloadFinished();
private:
int firstIndex;
int lastIndex;
std::vector<char> checkStates; // char instead of bool to avoid silly pessimization of std::vector.
struct dive_table diveTable;