efl_ui_textpath: remove unnecessary set.

Textpath positioning is completed manually,
this is duplicated request, remove it.
This commit is contained in:
Hermet Park 2019-07-10 12:34:04 +09:00
parent 28b3696d7f
commit 6f8d883991
1 changed files with 0 additions and 1 deletions

View File

@ -351,7 +351,6 @@ _text_draw(void *data)
return;
}
map = evas_map_new(map_point_no);
evas_map_util_object_move_sync_set(map, EINA_TRUE);
#ifdef EFL_UI_TEXTPATH_LINE_DEBUG
Evas_Object *line;