raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=66cd5cf2d583e68ca9e14905527713b1c2d1398d

commit 66cd5cf2d583e68ca9e14905527713b1c2d1398d
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Fri Sep 29 14:52:04 2017 +0900

    efl ui textpath - remove more unused vars
---
 src/lib/elementary/efl_ui_textpath.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/lib/elementary/efl_ui_textpath.c 
b/src/lib/elementary/efl_ui_textpath.c
index aa2bf0e20d..7019f59348 100644
--- a/src/lib/elementary/efl_ui_textpath.c
+++ b/src/lib/elementary/efl_ui_textpath.c
@@ -226,7 +226,7 @@ _text_draw(Efl_Ui_Textpath_Data *pd)
 {
    Efl_Ui_Textpath_Segment *seg;
    Evas_Map *map;
-   double slice_unit, slice_len;
+   double slice_unit;
    int w1, w2;
    int remained_w;
    int drawn_slice = 0;
@@ -240,8 +240,6 @@ _text_draw(Efl_Ui_Textpath_Data *pd)
      remained_w = pd->total_length;
    slice_unit = (double)pd->slice_no / pd->total_length;
 
-   slice_len = 1.0 / slice_unit;
-
    map_point_no = _map_point_calc(pd);
    if (map_point_no == 0)
      {

-- 


Reply via email to