Evas textblock: fix bad deletion in test case

No need to delete this object. It is already being deleted when the
textblock is freed at the end of the test.
This commit is contained in:
Daniel Hirt 2015-11-08 14:24:34 +02:00
parent 4c086b6e1b
commit d6e0d902cf
1 changed files with 0 additions and 3 deletions

View File

@ -3425,9 +3425,6 @@ START_TEST(evas_textblock_obstacle)
evas_object_del(rect);
_obstacle_run(tb, rect3, 0, fw, 0, 0, fh);
END_TB_TEST();
/* Deleting rect3 later, so it will be first removed from observation,
* during freeing of the textblock */
evas_object_del(rect3);
}
END_TEST;