efl_extension_circle_object_scroller: remove unnecessary codes 95/258695/1 accepted/tizen/6.5/unified/20211028.115518 accepted/tizen/unified/20210617.124913 submit/tizen/20210616.024005 submit/tizen_6.5/20211028.163101 tizen_6.5.m2_release
authorTaehyub Kim <taehyub.kim@samsung.com>
Mon, 24 May 2021 09:01:32 +0000 (18:01 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Mon, 24 May 2021 09:01:32 +0000 (18:01 +0900)
Change-Id: I6d0cd085ad80415b4743e7062514021c64ef3cb2

src/wearable/circle/efl_extension_circle_object_scroller.c

index cad1f09433fb6304040a9f74f55870e9ae743c7d..f757c1157ee7e5d1b2925c018de05601bd9c7902 100644 (file)
@@ -429,8 +429,6 @@ _eext_circle_object_scroller_scrollbar_update(Eext_Circle_Object *obj,
                 bar_size_h = HORIZONTAL_BAR_ANGLE_MAX_SIZE;
              if (bar_size_h < HORIZONTAL_BAR_ANGLE_MIN_SIZE)
                 bar_size_h = HORIZONTAL_BAR_ANGLE_MIN_SIZE;
-
-             bar_pos_h = (HORIZONTAL_BAR_ANGLE_RANGE - bar_size_h) * position_x / (content_w - viewport_w);
           }
         else
            bar_size_h = HORIZONTAL_BAR_ANGLE_MAX_SIZE;