From a33f381dc6e71abc231992e95bfcf7b4d0cd145a Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 22 Sep 2019 22:03:49 +0200 Subject: Cleanup: remove DiveImportedModel::firstIndex This index was never set to anything else than 0. Might as well remove it. Signed-off-by: Berthold Stoeger --- qt-models/diveimportedmodel.h | 1 - 1 file changed, 1 deletion(-) (limited to 'qt-models/diveimportedmodel.h') diff --git a/qt-models/diveimportedmodel.h b/qt-models/diveimportedmodel.h index 2124daef2..7b0f9d2ed 100644 --- a/qt-models/diveimportedmodel.h +++ b/qt-models/diveimportedmodel.h @@ -44,7 +44,6 @@ signals: void downloadFinished(); private: - int firstIndex; int lastIndex; std::vector checkStates; // char instead of bool to avoid silly pessimization of std::vector. struct dive_table diveTable; -- cgit v1.2.3-70-g09d2