elementary/transit - removed unnecessary line

SVN revision: 77077
This commit is contained in:
ChunEon Park 2012-09-26 09:15:34 +00:00
parent 08f0db1165
commit b62163cd47
1 changed files with 0 additions and 1 deletions

View File

@ -2234,7 +2234,6 @@ _transit_effect_rotation_op(Elm_Transit_Effect *effect, Elm_Transit *transit, do
half_h = (float)h * 0.5;
evas_map_util_rotate(map, degree, x + half_w, y + half_h);
evas_map_util_3d_perspective(map, x + half_w, y + half_h, 0, _TRANSIT_FOCAL);
evas_object_map_enable_set(obj, EINA_TRUE);
evas_object_map_set(obj, map);
}