diff --git a/src/tabbox/tabbox.cpp b/src/tabbox/tabbox.cpp index c363f2d768..9f0d879124 100644 --- a/src/tabbox/tabbox.cpp +++ b/src/tabbox/tabbox.cpp @@ -725,9 +725,6 @@ void TabBox::hide(bool abort) qCDebug(KWIN_TABBOX) << "Tab box was not properly closed by an effect"; } m_tabBox->hide(abort); - if (kwinApp()->x11Connection()) { - Xcb::sync(); - } } void TabBox::reconfigure()