remove commented out Xlib code

This commit is contained in:
David Hill 2012-07-15 16:27:00 -04:00 committed by Reginald Kennedy
parent 4c05d42a78
commit f9b30c3e1d

View 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");