summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2018-09-09 11:11:13 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-09 18:28:08 -0700
commit876e6adf744ea69520d871804d9b1301e94fd653 (patch)
tree7d8da4c191a7b2035d06077e2d2c47603e5fb2ce /desktop-widgets/mainwindow.h
parent90fb34baab66bfb345d0eba063795f284ee2e415 (diff)
downloadsubsurface-876e6adf744ea69520d871804d9b1301e94fd653.tar.gz
Desktop: Remove webservice, remove UI components (2)
Actually remove the Subsurface webservice UI from the source, and deal with all the fallout. Notice that a part of the change in subsurfacewebservices.cpp is a block of code that becomes unused, but might contain some valid logic to be used later. Very similar code is in core/gpslocation.cpp. And as I earlier broke something here, the unused code is ifdef-ed for now. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'desktop-widgets/mainwindow.h')
-rw-r--r--desktop-widgets/mainwindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/mainwindow.h b/desktop-widgets/mainwindow.h
index 06365a8e6..6338c5e5b 100644
--- a/desktop-widgets/mainwindow.h
+++ b/desktop-widgets/mainwindow.h
@@ -109,7 +109,6 @@ slots:
/* log menu actions */
void on_actionDownloadDC_triggered();
- void on_actionDownloadWeb_triggered();
void on_actionDivelogs_de_triggered();
void on_actionEditDeviceNames_triggered();
void on_actionAddDive_triggered();