From f93832e9d49e4820827a8c1faf25323d1ceac4ac Mon Sep 17 00:00:00 2001 From: Wonki Kim Date: Mon, 16 Apr 2018 11:21:17 -0700 Subject: [PATCH] elementary: Remove unreachable code lines Summary: This patch removes unreacahble code lines Reviewers: cedric, woohyun, eagleeye Differential Revision: https://phab.enlightenment.org/D5923 Change-Id: Ibb2ef323ed815147dcb2a34983bbd20488bec571 Reviewed-by: Cedric BAIL --- src/lib/elementary/efl_ui_scroll_manager.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/lib/elementary/efl_ui_scroll_manager.c b/src/lib/elementary/efl_ui_scroll_manager.c index 6cb78c3..bdef8f1 100644 --- a/src/lib/elementary/efl_ui_scroll_manager.c +++ b/src/lib/elementary/efl_ui_scroll_manager.c @@ -1005,13 +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 -- 2.7.4