summaryrefslogtreecommitdiff
path: root/navit/graphics.c
diff options
context:
space:
mode:
authorgeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-02-11 23:01:32 +0000
committergeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-02-11 23:01:32 +0000
commitaeb086ea74fb54950d3a26d04d6148fde20fdda1 (patch)
tree00431f5e64ea82f78c1fad3f936f46a79b7401fc /navit/graphics.c
parentc70e6dd428fe61756d8018a0cc00ebbe07366a95 (diff)
downloadnavit-aeb086ea74fb54950d3a26d04d6148fde20fdda1.tar.gz
Fix:Core: Removes unused variable, h
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4135 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/graphics.c')
-rw-r--r--navit/graphics.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/navit/graphics.c b/navit/graphics.c
index 94b2e0cdb..705637b16 100644
--- a/navit/graphics.c
+++ b/navit/graphics.c
@@ -2486,7 +2486,8 @@ graphics_remove_selection(struct graphics *gra, struct item *item, enum item_typ
if (item_is_equal(*item,*sitem)) {
if (dl) {
struct displayitem di;
- GHashTable *h;
+ /* Unused Variable
+ GHashTable *h; */
di.item=*sitem;
di.label=NULL;
di.count=0;