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