summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/event.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/event.c b/openbox/event.c
index 92ebdfbf..cf057fc8 100644
--- a/openbox/event.c
+++ b/openbox/event.c
@@ -259,7 +259,6 @@ static void event_hack_mods(XEvent *e)
break;
case MotionNotify:
STRIP_MODS(e->xmotion.state);
-#if 0
/* compress events */
{
XEvent ce;
@@ -269,7 +268,6 @@ static void event_hack_mods(XEvent *e)
e->xmotion.y_root = ce.xmotion.y_root;
}
}
-#endif
break;
}
}