aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlabstractbinding.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlabstractbinding.cpp')
-rw-r--r--src/qml/qml/qqmlabstractbinding.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/qml/qqmlabstractbinding.cpp b/src/qml/qml/qqmlabstractbinding.cpp
index 051125a8d9..877ded7af3 100644
--- a/src/qml/qml/qqmlabstractbinding.cpp
+++ b/src/qml/qml/qqmlabstractbinding.cpp
@@ -196,8 +196,4 @@ QString QQmlAbstractBinding::expression() const
return QLatin1String("<Unknown>");
}
-void QQmlAbstractBinding::update(QQmlPropertyPrivate::WriteFlags)
-{
-}
-
QT_END_NAMESPACE