wmaker: Removed global variable 'WDelayedActionSet' and associated dead code
commit24ce829f7f839843421fdc4a2057dbba7be8580e
authorChristophe CURIS <christophe.curis@free.fr>
Thu, 10 Oct 2013 18:38:27 +0000 (10 20:38 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 11 Oct 2013 20:58:14 +0000 (11 21:58 +0100)
tree8e832c35d330b2a66e878ddcf27f57a15997f4f4
parenta79c0e76d0a533a2fb5962fc835f1f7673cc2bdf
wmaker: Removed global variable 'WDelayedActionSet' and associated dead code

The variable's value was set to 0 but never changed afterwards, so
the function using it would never do anything.
src/main.c
src/startup.c