1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 12:58:08 +01:00

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 <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2014-12-08 22:42:37 +01:00
committed by Carlos R. Mafra
parent 4799df5506
commit 10b890e920

View File

@@ -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);