summaryrefslogtreecommitdiffstats
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.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/wayland/texture-sharing/custom-compositor/qml/main.qml b/examples/wayland/texture-sharing/custom-compositor/qml/main.qml
index 16a412fcd..6a0b90c88 100644
--- a/examples/wayland/texture-sharing/custom-compositor/qml/main.qml
+++ b/examples/wayland/texture-sharing/custom-compositor/qml/main.qml
@@ -95,7 +95,6 @@ WaylandCompositor {
Repeater {
model: shellSurfaces
ShellSurfaceItem {
- autoCreatePopupItems: true
shellSurface: modelData
onSurfaceDestroyed: shellSurfaces.remove(index)
}