summaryrefslogtreecommitdiffstats
path: root/qt-ui/divelistview.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-05-24 07:52:16 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-05-24 07:52:16 -0700
commit2a88a72f1aeae6a0dd9713d9c4779d8d009f9335 (patch)
tree13d658b6404e3c33bf67c14ef507f02f1180121f /qt-ui/divelistview.h
parentd2569c6688caa595b33ab756f4bc62d93edd4b03 (diff)
downloadsubsurface-2a88a72f1aeae6a0dd9713d9c4779d8d009f9335.tar.gz
Remove export and save as from dive list context menu
The context menu is getting way too big and confusing. This is now much more cleanly done from the File->Export dialog. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelistview.h')
-rw-r--r--qt-ui/divelistview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/divelistview.h b/qt-ui/divelistview.h
index fd3a31cb7..7d577bcbf 100644
--- a/qt-ui/divelistview.h
+++ b/qt-ui/divelistview.h
@@ -49,8 +49,6 @@ slots:
void addToTripBelow();
void mergeDives();
void renumberDives();
- void saveSelectedDivesAs();
- void exportDives();
void shiftTimes();
void loadImages();
static QString lastUsedImageDir();