From 7a594e3ec5e66f30a1604d492f3bb1af1259afd7 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Sat, 13 Jun 2015 11:54:33 +0200 Subject: Simplify distance calculations This simplifies the distance calculations and removes a dependency. This version uses propper math instead of my to simple previous version. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- qt-ui/globe.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'qt-ui/globe.cpp') diff --git a/qt-ui/globe.cpp b/qt-ui/globe.cpp index 76d48b7ba..b8e0ec87e 100644 --- a/qt-ui/globe.cpp +++ b/qt-ui/globe.cpp @@ -1,5 +1,4 @@ #include "globe.h" -#include #ifndef NO_MARBLE #include "mainwindow.h" #include "helpers.h" @@ -393,10 +392,3 @@ void GlobeGPS::reload() { } #endif - -extern "C" double getDistance(int lat1, int lon1, int lat2, int lon2) -{ - QGeoCoordinate c1(lat1 / 1000000.0, lon1 / 1000000.0); - QGeoCoordinate c2(lat2 / 1000000.0, lon2 / 1000000.0); - return c1.distanceTo(c2); -} -- cgit v1.2.3-70-g09d2