diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-05-24 07:52:16 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-24 07:52:16 -0700 |
commit | 2a88a72f1aeae6a0dd9713d9c4779d8d009f9335 (patch) | |
tree | 13d658b6404e3c33bf67c14ef507f02f1180121f /qt-ui/divelistview.h | |
parent | d2569c6688caa595b33ab756f4bc62d93edd4b03 (diff) | |
download | subsurface-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.h | 2 |
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(); |