summaryrefslogtreecommitdiff
path: root/examples/wayland/multi-screen/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/multi-screen/qml/main.qml')
-rw-r--r--examples/wayland/multi-screen/qml/main.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/wayland/multi-screen/qml/main.qml b/examples/wayland/multi-screen/qml/main.qml
index ecd32739..2925d7e0 100644
--- a/examples/wayland/multi-screen/qml/main.qml
+++ b/examples/wayland/multi-screen/qml/main.qml
@@ -100,10 +100,6 @@ WaylandCompositor {
onWlShellSurfaceCreated: handleShellSurfaceCreated(shellSurface)
}
- XdgShellV6 {
- onToplevelCreated: handleShellSurfaceCreated(xdgSurface)
- }
-
XdgShell {
onToplevelCreated: handleShellSurfaceCreated(xdgSurface)
}