Remove XCheckTypedEvent from TabBox::hide()

No idea why it was there in the first place, but no longer useful in an
XCB event world.
This commit is contained in:
Martin Gräßlin 2013-08-08 13:24:06 +02:00
parent 8cf8f57966
commit b4c957b617

View file

@ -707,9 +707,6 @@ void TabBox::hide(bool abort)
kDebug(1212) << "Tab box was not properly closed by an effect";
m_tabBox->hide(abort);
Xcb::sync();
XEvent otherEvent;
while (XCheckTypedEvent(display(), EnterNotify, &otherEvent))
;
}
void TabBox::reconfigure()