Fix:Core:Reverted a mistake
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 21 Sep 2008 19:30:07 +0000 (19:30 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 21 Sep 2008 19:30:07 +0000 (19:30 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1392 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/map.c

index 26790bf..15dafd7 100644 (file)
@@ -75,10 +75,7 @@ map_new(struct attr **attrs)
 int
 map_get_attr(struct map *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter)
 {
-       return xxx(this_, type, attr, iter);
-#if 0
        return attr_generic_get_attr(this_->attrs, NULL, type, attr, iter);
-#endif
 }
 
 int