hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8911f0a986ee96a74da557e71646cebecb852084
commit 8911f0a986ee96a74da557e71646cebecb852084 Author: Hermet Park <[email protected]> Date: Mon Apr 6 17:21:17 2020 +0900 ui textpath: removed unused var. --- src/lib/elementary/efl_ui_textpath.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_textpath.c b/src/lib/elementary/efl_ui_textpath.c index 81d6cd5245..d1aa0ce73f 100644 --- a/src/lib/elementary/efl_ui_textpath.c +++ b/src/lib/elementary/efl_ui_textpath.c @@ -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 --
