diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-13 09:28:55 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-13 09:28:55 -0700 |
commit | 9a2e3ce7e8cbdf67f32b8581ac3e9735f4824793 (patch) | |
tree | c74fd6f6bdda4ad59c187e540088abadcb6d86f8 /mobile-widgets/qmlmanager.h | |
parent | c0a4ffead8c29b7bfc32111bc140745248abe796 (diff) | |
download | subsurface-9a2e3ce7e8cbdf67f32b8581ac3e9735f4824793.tar.gz |
Remove unused function
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r-- | mobile-widgets/qmlmanager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h index 6a0ba455b..1c86e96b9 100644 --- a/mobile-widgets/qmlmanager.h +++ b/mobile-widgets/qmlmanager.h @@ -113,7 +113,6 @@ public slots: void clearGpsData(); void finishSetup(); void openLocalThenRemote(QString url); - int getIndex(const QString& diveId); QString getNumber(const QString& diveId); QString getDate(const QString& diveId); QString getCurrentPosition(); |