ui textpath: removed unused var.

This commit is contained in:
Hermet Park 2020-04-06 17:21:17 +09:00
parent dc2124aa13
commit 8911f0a986
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ struct _Efl_Ui_Textpath_Data
Eina_Inlist *segments;
int total_length;
Ecore_Job *draw_text_job;
#ifdef EFL_UI_TEXTPATH_LINE_DEBUG
Eina_List *lines;
#endif