From 7c538207f489871e7a8bf39cccf7961f11e1d2e7 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Mon, 2 Oct 2017 08:49:37 +0100 Subject: [PATCH] remove xdgv6 use from 5.11 branch --- autotests/integration/virtual_desktop_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/autotests/integration/virtual_desktop_test.cpp b/autotests/integration/virtual_desktop_test.cpp index 82a7c405de..dd96d951db 100644 --- a/autotests/integration/virtual_desktop_test.cpp +++ b/autotests/integration/virtual_desktop_test.cpp @@ -80,7 +80,6 @@ void VirtualDesktopTest::testLastDesktopRemoved_data() QTest::newRow("wlShell") << Test::ShellSurfaceType::WlShell; QTest::newRow("xdgShellV5") << Test::ShellSurfaceType::XdgShellV5; - QTest::newRow("xdgShellV6") << Test::ShellSurfaceType::XdgShellV6; } void VirtualDesktopTest::testLastDesktopRemoved()