Evas examples: Fix 3d aabb example.

This fixes evas-3d-aabb.c after the changes to eo_add.

Fixes T1719.
This commit is contained in:
Tom Hacohen 2014-10-08 09:14:48 +01:00
parent fe2dcfb895
commit 1a83fc51a4
1 changed files with 0 additions and 1 deletions

View File

@ -285,7 +285,6 @@ main(void)
evas_3d_scene_size_set(WIDTH, HEIGHT));
background = eo_add(EVAS_RECTANGLE_CLASS, evas);
eo_unref(background);
eo_do(background,
evas_obj_color_set(0, 0, 0, 255),
evas_obj_size_set(WIDTH, HEIGHT),