diff options
author | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-09-21 19:30:07 +0000 |
---|---|---|
committer | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-09-21 19:30:07 +0000 |
commit | c83d09b17e2f546f4fb840bb0bb9b4685c277cd2 (patch) | |
tree | b8527c3b365079147851e69d9e527d3e6617d83b /navit | |
parent | 8e1ec4992a45715663118c246792b954eabcd2b5 (diff) | |
download | navit-c83d09b17e2f546f4fb840bb0bb9b4685c277cd2.tar.gz |
Fix:Core:Reverted a mistake
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1392 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit')
-rw-r--r-- | navit/map.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/navit/map.c b/navit/map.c index 26790bff3..15dafd727 100644 --- a/navit/map.c +++ b/navit/map.c @@ -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 |