evas/canvas - just removed white trailings

SVN revision: 60321
This commit is contained in:
ChunEon Park 2011-06-15 00:48:38 +00:00
parent 3f57d86df3
commit bca5315dca
1 changed files with 2 additions and 2 deletions

View File

@ -153,9 +153,9 @@ evas_object_mapped_clip_across_mark(Evas_Object *obj)
evas_object_child_map_across_mark
(obj, obj->smart.parent->cur.map_parent, 0);
else
evas_object_child_map_across_mark(obj, NULL, 0);
evas_object_child_map_across_mark(obj, NULL, 0);
}
#endif
#endif
}
/* public functions */