aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmljavascriptexpression_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-05-24 19:56:58 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-26 02:47:41 +0200
commit82be884e2f8fe38c23476cd7e03a410225dfd42f (patch)
tree9bf4525a6f54a86dca565d3999632fa8ccd74e5f /src/qml/qml/qqmljavascriptexpression_p.h
parent805aa4df3544591afd8c822a51abd142f9008f01 (diff)
Small cleanup
We don't do rewriting for bindings anymore. Remove a method overload that's not really needed anymore. Change-Id: I9d57d30dce4848cb06c88c3f042ccf30e6d41aab Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/qqmljavascriptexpression_p.h')
-rw-r--r--src/qml/qml/qqmljavascriptexpression_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/qml/qqmljavascriptexpression_p.h b/src/qml/qml/qqmljavascriptexpression_p.h
index caf1266415..0b93087f97 100644
--- a/src/qml/qml/qqmljavascriptexpression_p.h
+++ b/src/qml/qml/qqmljavascriptexpression_p.h
@@ -151,10 +151,6 @@ public:
const QString &code, const QString &filename,
quint16 line,
QV4::PersistentValue *qmlscope = 0);
- static QV4::PersistentValue evalFunction(QQmlContextData *ctxt, QObject *scope,
- const char *code, int codeLength,
- const QString &filename, quint16 line,
- QV4::PersistentValue *qmlscope = 0);
// doesn't require rewriting the expression
static QV4::PersistentValue qmlBinding(QQmlContextData *ctxt, QObject *scope,
const QString &code,