summary refs log tree commit diff
path: root/search.c
diff options
context:
space:
mode:
authorokan <okan>2009-06-17 12:30:17 +0000
committerokan <okan>2009-06-17 12:30:17 +0000
commitd7589ca80b81ca4f743e74c88629e4e39a86445d (patch)
tree2a34599cfd1e3ba089b2702a0c924802b3952936 /search.c
parent3eec3b3802971d8bf784aff21b3e4bbcc48f7c13 (diff)
downloadcwm-d7589ca80b81ca4f743e74c88629e4e39a86445d.tar.gz
cwm-d7589ca80b81ca4f743e74c88629e4e39a86445d.tar.xz
cwm-d7589ca80b81ca4f743e74c88629e4e39a86445d.zip
move like defines to a central, logical location; no binary change.
aok oga@
Diffstat (limited to 'search.c')
-rw-r--r--search.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/search.c b/search.c
index e3e296e..01a130e 100644
--- a/search.c
+++ b/search.c
@@ -20,8 +20,6 @@
 #include "headers.h"
 #include "calmwm.h"
 
-#define SearchMask (KeyPressMask|ExposureMask)
-
 static int	strsubmatch(char *, char *, int);
 
 /*