wmaker: removed global variable "flags.nopolling"
commit7962bfa612958abb6d10421c6fa235c714b7f8cf
authorChristophe CURIS <christophe.curis@free.fr>
Tue, 30 Dec 2014 18:09:54 +0000 (30 19:09 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Tue, 30 Dec 2014 18:59:18 +0000 (30 18:59 +0000)
tree68503b2818f0d47b2f7f2fd93f4f3ed616bb5f16
parent94136ad29a2aa85ac612d47063921e954e42ede6
wmaker: removed global variable "flags.nopolling"

As found by Rodolfo García Peñas, this flag is never given a value; further
investigations in the history of the project show that this flag have never
been implemented because its action is totally redundant with the flag
"noupdate".

As the later flag's name is more clear about what the behaviour for the
user is, as opposed to what is being done under the hood, its name is kept
and the "nopolling" flag is removed.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
src/WindowMaker.h
src/main.c
src/startup.c