summaryrefslogtreecommitdiffstats
path: root/examples/wayland/overview-compositor/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/overview-compositor/main.qml')
-rw-r--r--examples/wayland/overview-compositor/main.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/wayland/overview-compositor/main.qml b/examples/wayland/overview-compositor/main.qml
index d0482a90e..3785a7ed0 100644
--- a/examples/wayland/overview-compositor/main.qml
+++ b/examples/wayland/overview-compositor/main.qml
@@ -99,8 +99,6 @@ WaylandCompositor {
ShellSurfaceItem {
anchors.fill: parent
shellSurface: xdgSurface
- autoCreatePopupItems: true
- sizeFollowsSurface: false
onSurfaceDestroyed: toplevels.remove(index)
}
MouseArea {