cedric pushed a commit to branch master.

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

commit d1ed913f85ce0b77b5a388521d0291c02f0ec1ff
Author: Wonki Kim <wonki_....@samsung.com>
Date:   Mon Apr 16 11:21:17 2018 -0700

    elementary: Remove unreachable code lines
    
    Summary: This patch removes unreacahble code lines
    
    Reviewers: cedric, woohyun, eagleeye
    
    Differential Revision: https://phab.enlightenment.org/D5923
    
    Reviewed-by: Cedric BAIL <ced...@osg.samsung.com>
---
 src/lib/elementary/efl_ui_scroll_manager.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/lib/elementary/efl_ui_scroll_manager.c 
b/src/lib/elementary/efl_ui_scroll_manager.c
index 29df43b03c..bdef8f1055 100644
--- a/src/lib/elementary/efl_ui_scroll_manager.c
+++ b/src/lib/elementary/efl_ui_scroll_manager.c
@@ -1005,11 +1005,6 @@ 
_efl_ui_scroll_manager_mouse_up_event_smooth(Efl_Ui_Scroll_Manager_Data *sd, dou
    if (ox) *ox = ax;
    if (oy) *oy = ay;
    if (ot) *ot = t - at;
-
-   return;
-   if (ox) *ox = (Evas_Coord)(ax / (i + 1));
-   if (oy) *oy = (Evas_Coord)(ay / (i + 1));
-   if (ot) *ot = (double)(at / (i + 1));
 }
 
 static void

-- 


Reply via email to