summaryrefslogtreecommitdiffstats
path: root/qt-models/divelistmodel.cpp
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-02-19 19:19:33 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-01 10:21:44 -0800
commit78405c726575e3c00a0f2cd0651f0e0338295a07 (patch)
tree5c9b3619ad56d4199fa9967227dfe8b0b0180c52 /qt-models/divelistmodel.cpp
parent5bbc0fdb586547fa1db887e82ff6556febbabc43 (diff)
downloadsubsurface-78405c726575e3c00a0f2cd0651f0e0338295a07.tar.gz
mobile: remove DiveListSortModel::getFilterString()
This member function was never used. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'qt-models/divelistmodel.cpp')
-rw-r--r--qt-models/divelistmodel.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/qt-models/divelistmodel.cpp b/qt-models/divelistmodel.cpp
index 1335b2952..ffcde5d4a 100644
--- a/qt-models/divelistmodel.cpp
+++ b/qt-models/divelistmodel.cpp
@@ -191,11 +191,6 @@ DiveListSortModel *DiveListSortModel::instance()
return &self;
}
-QString DiveListSortModel::getFilterString() const
-{
- return filterString;
-}
-
void DiveListSortModel::updateFilterState()
{
if (filterString.isEmpty()) {