JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove commented out Xlib code
authorDavid Hill <dhill@conformal.com>
Sun, 15 Jul 2012 20:27:00 +0000 (16:27 -0400)
committerReginald Kennedy <rk@rejii.com>
Fri, 20 Jul 2012 21:59:30 +0000 (05:59 +0800)
spectrwm.c

index 495ed5b..54a3870 100644 (file)
@@ -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");