summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-06-03 20:16:28 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-06-03 20:16:28 -0700
commit074f6439a8606d9d191280ccffb37daa3c15e868 (patch)
treeb1bb4e863bf344304cd963eccabbe110ce517068
parent118f7d099b99432d7f7013ae51de85b9561ee413 (diff)
Remove unused macro RESOURCE_PROPERTY_NAME
Flagged by clang: xrdb.c:92:9: warning: macro is not used [-Wunused-macros] ^ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xrdb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xrdb.c b/xrdb.c
index 24a6aa5..ff634ac 100644
--- a/xrdb.c
+++ b/xrdb.c
@@ -89,7 +89,6 @@
#define OPMERGE 5
#define OPOVERRIDE 6
-#define RESOURCE_PROPERTY_NAME "RESOURCE_MANAGER"
#define BACKUP_SUFFIX ".bak" /* for editting */
typedef struct _Entry {