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>
This commit is contained in:
Berthold Stoeger 2020-04-25 21:00:41 +02:00 committed by Dirk Hohndel
parent 75ef8b68a1
commit b8e7a600d2
2 changed files with 0 additions and 69 deletions

View file

@ -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;
};