aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/globe.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-06-05 11:46:57 +0900
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-06-05 12:16:34 +0900
commit6f979b48edf0e264a209e99d2164c7b4e8d925f4 (patch)
tree06b6ca8e1c64e1eafd65aaec13db57e7ac4303aa /qt-ui/globe.h
parent9dab88611757db54d2f534e96b840a42a914b255 (diff)
downloadsubsurface-6f979b48edf0e264a209e99d2164c7b4e8d925f4.tar.gz
Show locations with same name on the map if they are more than 50m apart
Not showing them at all was a little too blunt of an instrument. There likely are dive spots with the same name at different resorts. And even at the same resort you could have multiple morings for the same dive site. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/globe.h')
-rw-r--r--qt-ui/globe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/globe.h b/qt-ui/globe.h
index 167cdf292..44e50b6ed 100644
--- a/qt-ui/globe.h
+++ b/qt-ui/globe.h
@@ -26,7 +26,6 @@ protected:
private:
GeoDataDocument *loadedDives;
- QStringList diveLocations;
struct dive* editingDiveCoords;
KMessageWidget* messageWidget;