summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/locationinformation.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-02 23:10:48 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-04 08:05:09 -0700
commitff26ffe0d078a891cbc52afa7ffb59943644ad82 (patch)
treec814f2168e7e477b48f4a3b08fb3415319b87a5b /desktop-widgets/locationinformation.cpp
parented78aeade0b8b5554f082a8a010aef5f0c2a1916 (diff)
downloadsubsurface-ff26ffe0d078a891cbc52afa7ffb59943644ad82.tar.gz
Remove bogus signals
One isn't connected to anything, the other one makes us overwrite the changes to displayed_dive_site. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/locationinformation.cpp')
-rw-r--r--desktop-widgets/locationinformation.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop-widgets/locationinformation.cpp b/desktop-widgets/locationinformation.cpp
index 50378e2db..4203d95dd 100644
--- a/desktop-widgets/locationinformation.cpp
+++ b/desktop-widgets/locationinformation.cpp
@@ -116,8 +116,6 @@ void LocationInformationWidget::updateLabels()
ui.locationTags->setText(constructLocationTags(&displayed_dive_site));
- emit startFilterDiveSite(displayed_dive_site.uuid);
- emit startEditDiveSite(displayed_dive_site.uuid);
}
void LocationInformationWidget::updateGpsCoordinates()