summaryrefslogtreecommitdiff
path: root/examples/wayland/minimal-qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/minimal-qml/main.qml')
-rw-r--r--examples/wayland/minimal-qml/main.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/wayland/minimal-qml/main.qml b/examples/wayland/minimal-qml/main.qml
index 61cb6c9e..55ec9c03 100644
--- a/examples/wayland/minimal-qml/main.qml
+++ b/examples/wayland/minimal-qml/main.qml
@@ -82,10 +82,6 @@ WaylandCompositor {
onWlShellSurfaceCreated:
shellSurfaces.append({shellSurface: shellSurface});
}
- XdgShellV6 {
- onToplevelCreated:
- shellSurfaces.append({shellSurface: xdgSurface});
- }
XdgShell {
onToplevelCreated:
shellSurfaces.append({shellSurface: xdgSurface});