Evas: Remove a useless magic check

This commit is contained in:
Jean-Philippe Andre 2016-06-17 15:11:32 +09:00
parent 42b63f5507
commit 9c156c0be7
1 changed files with 0 additions and 4 deletions

View File

@ -1556,10 +1556,6 @@ _evas_object_smart_evas_object_paragraph_direction_set(Eo *eo_obj, Evas_Smart_Da
Evas_Object_Protected_Data *obj = eo_data_scope_get(eo_obj, EVAS_OBJECT_CLASS);
Evas_Smart_Data *parent;
MAGIC_CHECK(eo_obj, Evas_Object, MAGIC_OBJ);
return;
MAGIC_CHECK_END();
if ((!(o->inherit_paragraph_direction) && (o->paragraph_direction == dir)) ||
(o->inherit_paragraph_direction && (dir == EVAS_BIDI_DIRECTION_INHERIT)))
return;