diff --git a/src/input.cpp b/src/input.cpp index 177f3eac6a..30cd29b956 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -2913,7 +2913,6 @@ bool InputDeviceHandler::setHover(Toplevel *toplevel) m_hover.surfaceCreatedConnection = QMetaObject::Connection(); m_hover.window = toplevel; - Q_EMIT atChanged(old, toplevel); return true; } diff --git a/src/input.h b/src/input.h index 4ac2f74236..004b06281f 100644 --- a/src/input.h +++ b/src/input.h @@ -452,7 +452,6 @@ public: uint32_t lastEventTime() const; Q_SIGNALS: - void atChanged(Toplevel *old, Toplevel *now); void decorationChanged(); protected: