]> err.no Git - mapper/commitdiff
Remove unused stuff
authorKaj-Michael Lang <milang@onion.tal.org>
Sun, 4 Nov 2007 17:40:09 +0000 (19:40 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Sun, 4 Nov 2007 17:40:09 +0000 (19:40 +0200)
src/search.c

index 8e1564a972fc4c1739f2f98c50be3b693e5f20bf..1229154546fab76e64fa38ad9a1ecb5397579194 100644 (file)
 #include "osm-db.h"
 #include "search.h"
 
-typedef struct _search_query poi_search_query;
-struct _search_query {
-       gdouble lat;
-       gdouble lon;
-       guint cat_id;
-       gchar *query;
-};
-
 typedef struct _search_dialog search_dialog;
 struct _search_dialog {
        GtkWidget *dialog;
@@ -201,7 +193,6 @@ search_dialog *s=(search_dialog *)data;
 gdouble lat, lon;
 GtkTreeIter iter;
 GtkTreeModel *model;
-guint id;
 
 if (!gtk_tree_selection_get_selected(gtk_tree_view_get_selection(GTK_TREE_VIEW(tree_view)), NULL, &iter))
        return;