diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-10-02 23:10:48 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-04 08:05:09 -0700 |
commit | ff26ffe0d078a891cbc52afa7ffb59943644ad82 (patch) | |
tree | c814f2168e7e477b48f4a3b08fb3415319b87a5b /desktop-widgets/locationinformation.cpp | |
parent | ed78aeade0b8b5554f082a8a010aef5f0c2a1916 (diff) | |
download | subsurface-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.cpp | 2 |
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() |