summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHermet Park <chuneon.park@samsung.com>2020-04-06 17:21:17 +0900
committerHermet Park <chuneon.park@samsung.com>2020-04-06 17:22:08 +0900
commit8911f0a986ee96a74da557e71646cebecb852084 (patch)
treef3c03e069f2de88e5e324144cefc4b17b65f36bf
parentdc2124aa13b5f4d13102ac302d0e57dcc6c598d9 (diff)
downloadefl-8911f0a986ee96a74da557e71646cebecb852084.tar.gz
ui textpath: removed unused var.
-rw-r--r--src/lib/elementary/efl_ui_textpath.c1
1 files changed, 0 insertions, 1 deletions
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