diff options
author | Tomaz Canabrava <tomaz.canabrava@gmail.com> | 2015-06-01 22:39:54 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-01 21:36:36 -0700 |
commit | ee9746c622e84ed8385c8bbd0e6ffa61f4c813a4 (patch) | |
tree | 0e47dd36d6293e4132eaad9b601cb2a2e403db0a /qt-ui/locationinformation.h | |
parent | 9dc32de878fa86c9aa575b5a4938b0e1bfdf57bf (diff) | |
download | subsurface-ee9746c622e84ed8385c8bbd0e6ffa61f4c813a4.tar.gz |
Remove unused method
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/locationinformation.h')
-rw-r--r-- | qt-ui/locationinformation.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/locationinformation.h b/qt-ui/locationinformation.h index 0dcae9d7f..445451197 100644 --- a/qt-ui/locationinformation.h +++ b/qt-ui/locationinformation.h @@ -21,7 +21,6 @@ public slots: void enableEdition(); void resetState(); void resetPallete(); - void setCurrentDiveSiteByIndex(int dive_nr); void on_diveSiteCoordinates_textChanged(const QString& text); void on_diveSiteDescription_textChanged(const QString& text); void on_diveSiteName_textChanged(const QString& text); |