summaryrefslogtreecommitdiffstats
path: root/qt-ui/filtermodels.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-16 18:39:29 +0000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-16 18:39:29 +0000
commite5c70de1ee7fef992244935cb8c9643cc76653ec (patch)
treeda37aa0cd7d5d6208f5364bbfce5d558daca1dcd /qt-ui/filtermodels.h
parent05e02b939a70bac0078211a5c1a94e698b3b5c2b (diff)
downloadsubsurface-e5c70de1ee7fef992244935cb8c9643cc76653ec.tar.gz
Remove unused DivesFilteredOut variable
It's kinda redundant, anyway, given that we know the total number of dives. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/filtermodels.h')
-rw-r--r--qt-ui/filtermodels.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/filtermodels.h b/qt-ui/filtermodels.h
index 0fa83da23..1406b8272 100644
--- a/qt-ui/filtermodels.h
+++ b/qt-ui/filtermodels.h
@@ -88,7 +88,6 @@ public:
virtual bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const;
void addFilterModel(MultiFilterInterface *model);
void removeFilterModel(MultiFilterInterface *model);
- int divesFilteredOut;
int divesDisplayed;
public
slots: