util: remove local constants GLOBAL_DEFAULTS_SUBDIR that are not used
commit0e884f793a20e97ea25de9dc7102e4330d053c35
authorChristophe CURIS <christophe.curis@free.fr>
Mon, 8 Dec 2014 21:42:44 +0000 (8 22:42 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 10 Dec 2014 10:19:20 +0000 (10 10:19 +0000)
treed7e440e9f2bd30e53c6525aa7387f532c0d14273
parentf9b14d7824be478f70281ccf9935a52a35a2f8b2
util: remove local constants GLOBAL_DEFAULTS_SUBDIR that are not used

As pointed by gcc, this macro is not used anywhere in the 2 files. Because
the code also suggests that they should be inherited from any other place
anyway, remove them from the file to prevent them from being used in the
future.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
util/getstyle.c
util/wmsetbg.c