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:
committed by
Carlos R. Mafra
parent
f9b14d7824
commit
0e884f793a
@@ -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[] = {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user