From: Thomas Thurman Date: Fri, 28 Aug 2009 19:11:51 +0000 (-0400) Subject: fix distance calculation X-Git-Url: https://vcs.maemo.org/git/?p=belltower;a=commitdiff_plain;h=b4402820e08b9c0037ba69651e70aaa6a041165a fix distance calculation --- diff --git a/belltower.c b/belltower.c index f55cf95..b527b2d 100644 --- a/belltower.c +++ b/belltower.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #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