mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove DiveComputerModel::numRows
This member variable was unused. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
3426c6440c
commit
e6145b5498
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ slots:
|
||||||
void remove(const QModelIndex &index);
|
void remove(const QModelIndex &index);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
int numRows;
|
|
||||||
QVector<DiveComputerNode> dcs;
|
QVector<DiveComputerNode> dcs;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue