diff --git a/shell_client.cpp b/shell_client.cpp --- a/shell_client.cpp +++ b/shell_client.cpp @@ -297,8 +297,6 @@ }; configure(); connect(this, &AbstractClient::activeChanged, this, configure); - connect(this, &AbstractClient::clientStartUserMovedResized, this, configure); - connect(this, &AbstractClient::clientFinishUserMovedResized, this, configure); } else if (m_xdgShellPopup) { connect(m_xdgShellPopup, &XdgShellPopupInterface::grabRequested, this, [this](SeatInterface *seat, quint32 serial) { Q_UNUSED(seat)