summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2011-08-29 09:10:49 +0000
committerokan <okan>2011-08-29 09:10:49 +0000
commita4683b55f8cdac9c0884f44896ed972864b81f78 (patch)
tree542c7edf410e424ffa6f7e5d563fc3162e8e6c6e /conf.c
parent0dcf7efb8eef706b36af4197514671e524482b43 (diff)
downloadcwm-a4683b55f8cdac9c0884f44896ed972864b81f78.tar.gz
cwm-a4683b55f8cdac9c0884f44896ed972864b81f78.tar.xz
cwm-a4683b55f8cdac9c0884f44896ed972864b81f78.zip
zap unused macro. ok oga@
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/conf.c b/conf.c
index 8473033..f8b306c 100644
--- a/conf.c
+++ b/conf.c
@@ -31,13 +31,6 @@
 
 #include "calmwm.h"
 
-#ifndef timespeccmp
-#define timespeccmp(tsp, usp, cmp)			\
-	(((tsp)->tv_sec == (usp)->tv_sec) ?		\
-	    ((tsp)->tv_nsec cmp (usp)->tv_nsec) :	\
-	    ((tsp)->tv_sec cmp (usp)->tv_sec))
-#endif
-
 static void	 conf_mouseunbind(struct conf *, struct mousebinding *);
 static void	 conf_unbind(struct conf *, struct keybinding *);