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:
parent
8cf8f57966
commit
b4c957b617
1 changed files with 0 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue