summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qt-models/divecomputermodel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-models/divecomputermodel.h b/qt-models/divecomputermodel.h
index 42e26d442..f1e3a0a38 100644
--- a/qt-models/divecomputermodel.h
+++ b/qt-models/divecomputermodel.h
@@ -26,7 +26,6 @@ slots:
void remove(const QModelIndex &index);
private:
- int numRows;
QVector<DiveComputerNode> dcs;
};