From f9b30c3e1de1b788f914ddc44def26fdeacffc2d Mon Sep 17 00:00:00 2001 From: David Hill Date: Sun, 15 Jul 2012 16:27:00 -0400 Subject: [PATCH] remove commented out Xlib code --- spectrwm.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spectrwm.c b/spectrwm.c index 495ed5b..54a3870 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -4312,10 +4312,6 @@ resize(struct ws_win *win, union arg *args) xcb_flush(conn); resizing = 1; while ((evt = xcb_wait_for_event(conn)) && resizing) { - /* - XMaskEvent(display, MOUSEMASK | ExposureMask | - SubstructureRedirectMask, &ev); - */ switch (XCB_EVENT_RESPONSE_TYPE(evt)) { case XCB_BUTTON_RELEASE: DNPRINTF(SWM_D_EVENT, "resize: BUTTON_RELEASE\n"); -- 1.7.10.4