From 64f7de4024f34bf188876b5bcecacebe06cdef32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Tue, 19 Apr 2016 10:15:38 +0200 Subject: [PATCH] [platforms/hwcomposer] Remove integration with VirtualTerminal The hwcomposer plugin doesn't need it. It was only created for the need of libinput relying on it. As libinput doesn't need it any more, hwcomposer doesn't need to integrate with VirtualTerminal. Reviewers: #plasma Subscribers: plasma-devel Projects: #plasma Differential Revision: https://phabricator.kde.org/D1444 --- plugins/platforms/hwcomposer/hwcomposer_backend.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/platforms/hwcomposer/hwcomposer_backend.cpp b/plugins/platforms/hwcomposer/hwcomposer_backend.cpp index 1e74840940..1a59c78eb8 100644 --- a/plugins/platforms/hwcomposer/hwcomposer_backend.cpp +++ b/plugins/platforms/hwcomposer/hwcomposer_backend.cpp @@ -24,7 +24,6 @@ along with this program. If not, see . #include "composite.h" #include "input.h" #include "main.h" -#include "virtual_terminal.h" #include "wayland_server.h" // KWayland #include @@ -276,8 +275,6 @@ void HwcomposerBackend::init() qCDebug(KWIN_HWCOMPOSER) << "Display size:" << m_displaySize; qCDebug(KWIN_HWCOMPOSER) << "Refresh rate:" << m_refreshRate; - VirtualTerminal::create(this); - VirtualTerminal::self()->init(); emit screensQueried(); setReady(true); }