e/modules/comp: Remove duplicated call to evas_object_image_data_set()

SVN revision: 81474
This commit is contained in:
Leandro Pereira 2012-12-20 18:05:16 +00:00
parent d7bc5ae149
commit 0965a4d628
1 changed files with 0 additions and 1 deletions

View File

@ -1003,7 +1003,6 @@ _e_mod_comp_win_release(E_Comp_Win *cw)
{
evas_object_image_size_set(o, 1, 1);
evas_object_image_data_set(o, NULL);
evas_object_image_data_set(o, NULL);
}
evas_object_image_native_surface_set(o, NULL);
}