summaryrefslogtreecommitdiff
path: root/navit/osd.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/osd.c')
-rw-r--r--navit/osd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/navit/osd.c b/navit/osd.c
index 8c0e378d..a2feeb22 100644
--- a/navit/osd.c
+++ b/navit/osd.c
@@ -39,7 +39,6 @@ struct osd {
struct osd *
osd_new(struct attr *parent, struct attr **attrs)
{
- struct attr *attr;
struct osd *o;
struct osd_priv *(*new)(struct navit *nav, struct osd_methods *meth, struct attr **attrs);
struct attr *type=attr_search(attrs, NULL, attr_type);