From 9741b1db2fb0489a7aa361607f2a0fdfcadb59bb Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Mon, 29 Nov 2021 18:37:27 +0200 Subject: [PATCH] Remove unused InputDeviceHandler::atChanged signal --- src/input.cpp | 1 - src/input.h | 1 - 2 files changed, 2 deletions(-) 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: