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>
This commit is contained in:
Tomaz Canabrava 2015-06-26 12:58:47 -03:00 committed by Dirk Hohndel
parent 4c7ce4aa1d
commit 266e754d08
2 changed files with 1 additions and 35 deletions

View file

@ -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();