diff --git a/src/wayland/display.h b/src/wayland/display.h index ca3c505b3d..c3a766c862 100644 --- a/src/wayland/display.h +++ b/src/wayland/display.h @@ -177,7 +177,6 @@ public: OutputManagementInterface *createOutputManagement(QObject *parent = nullptr); PlasmaShellInterface *createPlasmaShell(QObject *parent = nullptr); PlasmaWindowManagementInterface *createPlasmaWindowManagement(QObject *parent = nullptr); - QtSurfaceExtensionInterface *createQtSurfaceExtension(QObject *parent = nullptr); IdleInterface *createIdle(QObject *parent = nullptr); FakeInputInterface *createFakeInput(QObject *parent = nullptr); ShadowManagerInterface *createShadowManager(QObject *parent = nullptr); diff --git a/src/wayland/tests/touchclienttest.h b/src/wayland/tests/touchclienttest.h index 35f4bccf69..0f8b637610 100644 --- a/src/wayland/tests/touchclienttest.h +++ b/src/wayland/tests/touchclienttest.h @@ -38,7 +38,6 @@ private: void render(const QSize &size); void render(); void setupRegistry(KWayland::Client::Registry *registry); - void toggleTimer(); QThread *m_connectionThread; KWayland::Client::ConnectionThread *m_connectionThreadObject; KWayland::Client::EventQueue *m_eventQueue;