]> err.no Git - mapper/commitdiff
Remove unused stuff
authorKaj-Michael Lang <milang@tal.org>
Sat, 3 Nov 2007 15:08:33 +0000 (17:08 +0200)
committerKaj-Michael Lang <milang@tal.org>
Sat, 3 Nov 2007 15:08:33 +0000 (17:08 +0200)
src/poi-gui.c

index 5a91b7db763e3bed1a1d90ae352138cc233ed1f1..790d9152a21545a1d55a8ad502cf08cd3fbb9655 100644 (file)
 
 #define POI_QUICK_BUTTONS (9)
 
-typedef struct _poi_search_query poi_search_query;
-struct _poi_search_query {
-       gdouble lat;
-       gdouble lon;
-       guint cat_id;
-       gchar *query;
-};
-
 typedef struct _search_dialog search_dialog;
 struct _search_dialog {
        GtkWidget *dialog;
@@ -712,6 +704,7 @@ PoiCategoryEditInfo pcedit;
 gchar tmp1[16], tmp2[16];
 
 /* Fatal, poi must be set */
+
 if (!poi)
        return FALSE;