aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecontext_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qdeclarativecontext_p.h')
-rw-r--r--src/declarative/qml/qdeclarativecontext_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/qml/qdeclarativecontext_p.h b/src/declarative/qml/qdeclarativecontext_p.h
index e4312f1abd..93b9d3b41e 100644
--- a/src/declarative/qml/qdeclarativecontext_p.h
+++ b/src/declarative/qml/qdeclarativecontext_p.h
@@ -150,9 +150,7 @@ public:
QObject *contextObject;
// Any script blocks that exist on this context
- // XXX aakenned
QList<v8::Persistent<v8::Object> > importedScripts;
-// QList<QScriptValue> importedScripts;
// Context base url
QUrl url;