wmaker: removed unused constant SCROLL_STEPS in the switchpanel code
commit7ce2636f6380be8db0ae8a90edd834d358cc66c8
authorChristophe CURIS <christophe.curis@free.fr>
Mon, 8 Dec 2014 21:42:38 +0000 (8 22:42 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 10 Dec 2014 10:19:19 +0000 (10 10:19 +0000)
tree285449e1a3ce469f486297c2c91974dd66469d98
parent10b890e920804337d5704454ac72f312dc0001dc
wmaker: removed unused constant SCROLL_STEPS in the switchpanel code

As pointed by gcc, this constant is not used anywhere in the code. It seems
to have been prepared for a scroll animation when the switchpanel would be
too big to fit the screen, but the code looks like to never have been
activated, and was cleaned away in commit
  6d08aa22d824d6abe5edb4c4892bbf9eaec3175b

If the feature were to be re-added, it would be better to use something
proportional to the menu scroll speed parameter that can be configured by
user anyway.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
src/switchpanel.c