aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlnotifier.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-05-23 15:23:06 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-23 15:33:29 +0200
commitb71fa87e000c5d72d4b2a7146e450dc41dc69055 (patch)
tree3954ea1accf1910a4462d4d185723279ca080dff /src/qml/qml/qqmlnotifier.cpp
parent3636f62101e1ffabc0a3ffa9816c402d1ab2da32 (diff)
Remove all references to the old v4 code
The old v4 files have already been removed, so cleanup all the #ifdef'ed code that still references them. Change-Id: Ifc5c59add5af36a61586a43b13291d7836cccd78 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlnotifier.cpp')
-rw-r--r--src/qml/qml/qqmlnotifier.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/qml/qml/qqmlnotifier.cpp b/src/qml/qml/qqmlnotifier.cpp
index 7e9b6b4052..da016c90a5 100644
--- a/src/qml/qml/qqmlnotifier.cpp
+++ b/src/qml/qml/qqmlnotifier.cpp
@@ -51,18 +51,12 @@ typedef void (*Callback)(QQmlNotifierEndpoint *, void **);
void QQmlBoundSignal_callback(QQmlNotifierEndpoint *, void **);
void QQmlJavaScriptExpressionGuard_callback(QQmlNotifierEndpoint *, void **);
void QQmlVMEMetaObjectEndpoint_callback(QQmlNotifierEndpoint *, void **);
-#ifdef QT_USE_OLD_V4
-void QV4BindingsSubscription_callback(QQmlNotifierEndpoint *, void **);
-#endif
static Callback QQmlNotifier_callbacks[] = {
0,
QQmlBoundSignal_callback,
QQmlJavaScriptExpressionGuard_callback,
QQmlVMEMetaObjectEndpoint_callback
-#ifdef QT_USE_OLD_V4
- , QV4BindingsSubscription_callback
-#endif
};
void QQmlNotifier::emitNotify(QQmlNotifierEndpoint *endpoint, void **a)