From: David Hill Date: Sun, 15 Jul 2012 20:27:00 +0000 (-0400) Subject: remove commented out Xlib code X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=f9b30c3e1de1b788f914ddc44def26fdeacffc2d;p=spectrwm.git remove commented out Xlib code --- 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");