aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/divelocationmodel.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2018-10-09 09:18:08 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-10-09 21:00:44 -0700
commit19d651a36b8f5c955ef3e147bbb3efa93028f959 (patch)
tree394a6606f6a2ea1c5019d9117f768305e7be02a4 /qt-models/divelocationmodel.h
parent50e42bffa16728f1b663e37a76db6293cc00b122 (diff)
downloadsubsurface-19d651a36b8f5c955ef3e147bbb3efa93028f959.tar.gz
Dive sites: remove internalRowCount from LocationInformationModel
This was redundant. Directly use dive_site_table.nr instead. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'qt-models/divelocationmodel.h')
-rw-r--r--qt-models/divelocationmodel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-models/divelocationmodel.h b/qt-models/divelocationmodel.h
index debbdf871..47164d2d4 100644
--- a/qt-models/divelocationmodel.h
+++ b/qt-models/divelocationmodel.h
@@ -30,7 +30,6 @@ public slots:
void update();
QStringList allSiteNames() const;
private:
- int internalRowCount;
QStringList locationNames;
};