cleanup: remove CylindersModels::rows

Access the number of cylinders in the dive directly instead.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-02-23 12:52:45 +01:00
parent 30d289e4a8
commit a37939889b
2 changed files with 7 additions and 14 deletions

View file

@ -57,7 +57,6 @@ slots:
private:
dive *d;
int rows;
cylinder_t *cylinderAt(const QModelIndex &index);
};