summaryrefslogtreecommitdiffstats
path: root/examples/video/qmlvideofx/qml/qmlvideofx/EffectSepia.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/video/qmlvideofx/qml/qmlvideofx/EffectSepia.qml')
-rw-r--r--examples/video/qmlvideofx/qml/qmlvideofx/EffectSepia.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/video/qmlvideofx/qml/qmlvideofx/EffectSepia.qml b/examples/video/qmlvideofx/qml/qmlvideofx/EffectSepia.qml
index 13958940f..9394fb7d2 100644
--- a/examples/video/qmlvideofx/qml/qmlvideofx/EffectSepia.qml
+++ b/examples/video/qmlvideofx/qml/qmlvideofx/EffectSepia.qml
@@ -42,11 +42,5 @@
import QtQuick 2.0
Effect {
- // Constant properties which must be supported by every effect
- property int numParameters: 0
- property bool supportsDivider: true
-
- property real dividerValue: 0.5
-
fragmentShaderFilename: "shaders/sepia.fsh"
}