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 <cedric@osg.samsung.com>
This commit is contained in:
Wonki Kim 2018-04-16 11:21:17 -07:00 committed by Cedric BAIL
parent 025b54ce52
commit d1ed913f85
1 changed files with 0 additions and 5 deletions

View File

@ -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