diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-01-22 05:37:39 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-01-22 08:01:48 (GMT) |
commit | 3a75eeb5da34fbb50173c3f610c08d160c21f4e3 (patch) | |
tree | ab854f509d3a3720b74d2ef9d5e7803881078673 /src/declarative/qml/qmlbinding_p.h | |
parent | 0fe084df052b8ac66918d0b2732b65f5569881c0 (diff) | |
download | Qt-3a75eeb5da34fbb50173c3f610c08d160c21f4e3.zip Qt-3a75eeb5da34fbb50173c3f610c08d160c21f4e3.tar.gz Qt-3a75eeb5da34fbb50173c3f610c08d160c21f4e3.tar.bz2 |
Harden QML binding optimizer
Diffstat (limited to 'src/declarative/qml/qmlbinding_p.h')
-rw-r--r-- | src/declarative/qml/qmlbinding_p.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/declarative/qml/qmlbinding_p.h b/src/declarative/qml/qmlbinding_p.h index 945b659..c6c1935 100644 --- a/src/declarative/qml/qmlbinding_p.h +++ b/src/declarative/qml/qmlbinding_p.h @@ -72,10 +72,6 @@ public: QmlMetaProperty property; virtual void refresh(); - void removeError(); - bool addError(); - QmlBindingData *nextError; - QmlBindingData **prevError; }; class QmlBindingPrivate : public QmlExpressionPrivate |