mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +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);
|
||||
|
||||
private:
|
||||
int numRows;
|
||||
QVector<DiveComputerNode> dcs;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue