From abfd77dc924b6e711888ad3dd46bb0651dc57c2d Mon Sep 17 00:00:00 2001 From: okan Date: Mon, 29 Aug 2011 09:10:49 +0000 Subject: zap unused macro. ok oga@ --- conf.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'conf.c') diff --git a/conf.c b/conf.c index 1d8b5ea..f5b98ac 100644 --- a/conf.c +++ b/conf.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: conf.c,v 1.90 2011/08/22 16:18:05 okan Exp $ + * $OpenBSD: conf.c,v 1.91 2011/08/29 09:10:49 okan Exp $ */ #include @@ -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 *); -- cgit v1.2.3-2-gb3c3