changeset 163:ef09dce878c7

widgets handler: removed constants which are not used anymore
author Goffi <goffi@goffi.org>
date Sat, 28 Apr 2018 11:06:48 +0200
parents ddfadedf2aed
children 60b2b2bad747
files cagou/core/widgets_handler.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/cagou/core/widgets_handler.py	Sat Apr 28 11:05:03 2018 +0200
+++ b/cagou/core/widgets_handler.py	Sat Apr 28 11:06:48 2018 +0200
@@ -30,8 +30,7 @@
 from kivy import properties
 from cagou import G
 
-CAROUSEL_SCROLL_DISTANCE = dp(50)
-CAROUSEL_SCROLL_TIMEOUT = 80
+
 REMOVE_WID_LIMIT = dp(10)
 MIN_WIDTH = MIN_HEIGHT = dp(50)