summaryrefslogtreecommitdiffstats
path: root/examples/qml-compositor/qml/QmlCompositor/WindowChrome.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml-compositor/qml/QmlCompositor/WindowChrome.qml')
-rw-r--r--examples/qml-compositor/qml/QmlCompositor/WindowChrome.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/qml-compositor/qml/QmlCompositor/WindowChrome.qml b/examples/qml-compositor/qml/QmlCompositor/WindowChrome.qml
index 9e6b0a807..3b6727d60 100644
--- a/examples/qml-compositor/qml/QmlCompositor/WindowChrome.qml
+++ b/examples/qml-compositor/qml/QmlCompositor/WindowChrome.qml
@@ -53,10 +53,4 @@ Item {
window.takeFocus();
}
}
-
- Binding {
- target: window
- property: "opacity"
- value: 0.01
- }
}