summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/divelistview.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-04-25 21:00:41 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-25 13:20:25 -0700
commitb8e7a600d2d2a30f7e0646fc164ab6e57fd4782f (patch)
tree8c11dd9e57346e47499b1b2ee110de6eb3ea9029 /desktop-widgets/divelistview.h
parent75ef8b68a1d5147ab15fd63b227bed0aa92940b1 (diff)
downloadsubsurface-b8e7a600d2d2a30f7e0646fc164ab6e57fd4782f.tar.gz
cleanup: remove DiveListView::selectDives()
This was used by the map to select dives. However, the map now calls the core function directly, so this can be removed. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/divelistview.h')
-rw-r--r--desktop-widgets/divelistview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop-widgets/divelistview.h b/desktop-widgets/divelistview.h
index ffaf6c78f..317be2b70 100644
--- a/desktop-widgets/divelistview.h
+++ b/desktop-widgets/divelistview.h
@@ -30,7 +30,6 @@ public:
void reload(); // Call to reload model data
bool eventFilter(QObject *, QEvent *);
void unselectDives();
- void selectDives(const QList<int> &newDiveSelection);
void contextMenuEvent(QContextMenuEvent *event);
QList<dive_trip *> selectedTrips();
static QString lastUsedImageDir();
@@ -86,7 +85,6 @@ private:
void addToTrip(int delta);
void matchImagesToDives(QStringList fileNames);
void loadImageFromURL(QUrl url);
- void selectDive(int dive_table_idx);
QNetworkAccessManager manager;
};