cleanup: remove DiveComputerModel::numRows

This member variable was unused.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-09-12 23:41:28 +02:00 committed by Dirk Hohndel
parent 3426c6440c
commit e6145b5498

View file

@ -26,7 +26,6 @@ slots:
void remove(const QModelIndex &index);
private:
int numRows;
QVector<DiveComputerNode> dcs;
};