Cleanup: remove declaration of unused signal

The last use of the LocationInformation::startEditDiveSite()
signal was removed in ff26ffe0d0.
Remove its declaration.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2018-10-26 17:53:35 +02:00 committed by Dirk Hohndel
parent b02fd072e7
commit d9588ec5df

View file

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