fix distance calculation
authorThomas Thurman <tthurman@gnome.org>
Fri, 28 Aug 2009 19:11:51 +0000 (15:11 -0400)
committerThomas Thurman <tthurman@gnome.org>
Fri, 28 Aug 2009 19:11:51 +0000 (15:11 -0400)
belltower.c

index f55cf95..b527b2d 100644 (file)
@@ -13,6 +13,7 @@
 #include <hildon/hildon.h>
 #include <gtk/gtk.h>
 #include <location/location-gps-device.h>
+#include <location/location-distance-utils.h>
 #include <dbus/dbus-glib.h>
 
 #define MAX_FIELDS 50
@@ -751,27 +752,16 @@ towers_by_area (void)
 static void
 show_bookmarks (void)
 {
-  GSList *test = NULL;
-  show_towers_from_list (test);
 }
 
 static void
 tower_search (void)
 {
-  GSList *test = NULL;
-  test = g_slist_append (test, "NORTON  HE");
-
-  show_towers_from_list (test);
 }
 
 static void
 recent_towers (void)
 {
-  GSList *test = NULL;
-  test = g_slist_append (test, "BARFORD");
-  test = g_slist_append (test, "BRAUGHING");
-
-  show_towers_from_list (test);
 }
 
 int