diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-10-26 17:53:35 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-10-26 18:48:27 +0100 |
commit | d9588ec5df78f8ad20b35e1f75b0e42e9bbb5164 (patch) | |
tree | bd4906cd850ed5dc81498ceb6706a976158f7b3d /desktop-widgets/locationinformation.h | |
parent | b02fd072e75987dc92cba80a4321050de24e7e6a (diff) | |
download | subsurface-d9588ec5df78f8ad20b35e1f75b0e42e9bbb5164.tar.gz |
Cleanup: remove declaration of unused signal
The last use of the LocationInformation::startEditDiveSite()
signal was removed in ff26ffe0d078a891cbc52afa7ffb59943644ad82.
Remove its declaration.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/locationinformation.h')
-rw-r--r-- | desktop-widgets/locationinformation.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/locationinformation.h b/desktop-widgets/locationinformation.h index a072c4193..329cfaf61 100644 --- a/desktop-widgets/locationinformation.h +++ b/desktop-widgets/locationinformation.h @@ -40,7 +40,6 @@ private slots: void updateLabels(); void updateLocationOnMap(); signals: - void startEditDiveSite(uint32_t uuid); void endEditDiveSite(); void startFilterDiveSite(uint32_t uuid); void stopFilterDiveSite(); |