summaryrefslogtreecommitdiffstats
path: root/qt-models/divelistmodel.cpp
diff options
context:
space:
mode:
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()) {