1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 12:54:20 +01:00

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>
This commit is contained in:
Christophe CURIS
2014-12-08 22:42:44 +01:00
committed by Carlos R. Mafra
parent f9b14d7824
commit 0e884f793a
2 changed files with 0 additions and 6 deletions

View File

@@ -54,9 +54,6 @@
#include "../src/wconfig.h"
#ifndef GLOBAL_DEFAULTS_SUBDIR
#define GLOBAL_DEFAULTS_SUBDIR "WindowMaker"
#endif
/* table of style related options */
static char *options[] = {

View File

@@ -53,9 +53,6 @@
#include "../src/wconfig.h"
#ifndef GLOBAL_DEFAULTS_SUBDIR
#define GLOBAL_DEFAULTS_SUBDIR "WindowMaker"
#endif
#include <WINGs/WINGs.h>
#include <wraster.h>