From 10b890e920804337d5704454ac72f312dc0001dc Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Mon, 8 Dec 2014 22:42:37 +0100 Subject: [PATCH] wmaker: removed unused macro DBLCLICK_TIME As pointed by gcc, this macro is not used anywhere, that is probably because the code have been relying on the function "IsDoubleClick" for a very long time now. Signed-off-by: Christophe CURIS --- src/framewin.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/framewin.c b/src/framewin.c index d045f63a..4233360d 100644 --- a/src/framewin.c +++ b/src/framewin.c @@ -43,8 +43,6 @@ #include "misc.h" #include "event.h" -#define DBLCLICK_TIME wPreferences.dblclick_time - static void handleExpose(WObjDescriptor * desc, XEvent * event); static void handleButtonExpose(WObjDescriptor * desc, XEvent * event);