From 573fa3806c9d01ed90b8a6f65bf21f4c2c52619a Mon Sep 17 00:00:00 2001 From: thyttan <6uuxstm66@mozmail.comā©> Date: Sun, 1 Oct 2023 02:42:44 +0200 Subject: [PATCH] Slider: remove some unused vars and consts --- modules/Slider.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/Slider.js b/modules/Slider.js index 5181e4c83..17e215fdb 100644 --- a/modules/Slider.js +++ b/modules/Slider.js @@ -26,10 +26,8 @@ try { // for making it possiblie to run the test app in the following catch stat timeout:1, colorFG:g.theme.fg2, colorBG:g.theme.bg2, - lazy:true, - rounded:0, + rounded:true, propagateDrag:false, - immediatedraw:false, autoProgress:false, outerBorderSize:2, innerBorderSize:2, @@ -63,7 +61,6 @@ try { // for making it possiblie to run the test app in the following catch stat // Initialize the level o.v.level = (o.c.currLevel||o.c.currLevel===0)?o.c.currLevel:o.c.steps/2; - o.v.firstRun = true; o.v.ebLast = 0; o.v.dy = 0;