[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
This commit is contained in:
parent
2ecd097e87
commit
64f7de4024
1 changed files with 0 additions and 3 deletions
|
@ -24,7 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "composite.h"
|
||||
#include "input.h"
|
||||
#include "main.h"
|
||||
#include "virtual_terminal.h"
|
||||
#include "wayland_server.h"
|
||||
// KWayland
|
||||
#include <KWayland/Server/display.h>
|
||||
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue