diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-06-26 12:58:47 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-26 18:50:22 -0700 |
commit | 266e754d08499a4ed45024d4886c4e799e7951e7 (patch) | |
tree | ae9b45c8cb8c9803002a1032dc7bc8130986e95a /qt-ui/mainwindow.h | |
parent | 4c7ce4aa1d5c8de067d7c3161f1bd1f904a6c5a5 (diff) | |
download | subsurface-266e754d08499a4ed45024d4886c4e799e7951e7.tar.gz |
Dive site rewrite: remove a ton of code from the LocationManagement
The way I was doing the old location management was very dull: everything
was tangled on the mainwindow. Now I think I've found the correct way to
create this, and thus, this code can die.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 68c5baed3..b1f6c5ca3 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -138,7 +138,6 @@ slots: void on_actionDivePlanner_triggered(); void on_actionReplanDive_triggered(); void on_action_Check_for_Updates_triggered(); - void on_actionManage_dive_sites_triggered(); void current_dive_changed(int divenr); void initialUiSetup(); @@ -168,7 +167,6 @@ slots: void on_paste_triggered(); void on_actionFilterTags_triggered(); void on_actionConfigure_Dive_Computer_triggered(); - void enableDiveSiteEdit(uint32_t id); void setDefaultState(); void setAutomaticTitle(); @@ -186,7 +184,6 @@ slots: void planCanceled(); void planCreated(); void setEnabledToolbar(bool arg1); - void enableDiveSiteCreation(); void setPlanNotes(); |