mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
5037fcdbdc
commit
a33f381dc6
2 changed files with 7 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue