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 <[email protected]> --- util/getstyle.c | 3 --- util/wmsetbg.c | 3 --- 2 files changed, 6 deletions(-) diff --git a/util/getstyle.c b/util/getstyle.c index da211ac..f0de4c4 100644 --- a/util/getstyle.c +++ b/util/getstyle.c @@ -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[] = { diff --git a/util/wmsetbg.c b/util/wmsetbg.c index aee1b56..7253517 100644 --- a/util/wmsetbg.c +++ b/util/wmsetbg.c @@ -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> -- 2.1.3 -- To unsubscribe, send mail to [email protected].
