elementary/transit - removed white trailing.

SVN revision: 59634
This commit is contained in:
ChunEon Park 2011-05-24 05:20:17 +00:00
parent f430322e0a
commit 6a49d2285b
1 changed files with 6 additions and 6 deletions

View File

@ -162,9 +162,9 @@ _elm_transit_object_remove_cb(void *data, Evas *e __UNUSED__, Evas_Object *obj,
if (!transit->objs) elm_transit_del(transit);
}
//TODO: Remove!
//Since evas map have a afterimage bug for this time.
//This function is added temporary.
//TODO: Remove!
//Since evas map have a afterimage bug for this time.
//This function is added temporary.
static void
_obj_damage_area_set(Evas_Object *obj)
{
@ -229,9 +229,9 @@ _elm_transit_object_remove(Elm_Transit *transit, Evas_Object *obj)
if (state->map)
evas_object_map_set(obj, state->map);
//TODO: Remove!
//Since evas map have a afterimage bug for this time.
//This line is added temporary.
//TODO: Remove!
//Since evas map have a afterimage bug for this time.
//This line is added temporary.
_obj_damage_area_set(obj);
}