mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
zap unused macro. ok oga@
This commit is contained in:
parent
0dcf7efb8e
commit
a4683b55f8
7
conf.c
7
conf.c
@ -31,13 +31,6 @@
|
|||||||
|
|
||||||
#include "calmwm.h"
|
#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_mouseunbind(struct conf *, struct mousebinding *);
|
||||||
static void conf_unbind(struct conf *, struct keybinding *);
|
static void conf_unbind(struct conf *, struct keybinding *);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user