From 026923db946a82107ecfd5327ae8ede3adeded6f Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Wed, 21 Oct 2020 08:14:32 +0200 Subject: [PATCH] Remove not implemented method --- src/wayland/display.h | 1 - src/wayland/tests/touchclienttest.h | 1 - 2 files changed, 2 deletions(-) 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;