summaryrefslogtreecommitdiff
path: root/navit/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/map.c')
-rw-r--r--navit/map.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/navit/map.c b/navit/map.c
index e8da215f1..2967a895a 100644
--- a/navit/map.c
+++ b/navit/map.c
@@ -464,7 +464,6 @@ map_search_destroy(struct map_search *this_)
struct map_selection *
map_selection_rect_new(struct pcoord *center, int distance, int order)
{
- int i;
struct map_selection *ret=g_new0(struct map_selection, 1);
ret->order=order;
ret->range=item_range_all;