summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcontext_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-08-04 04:54:43 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-08-04 04:54:43 (GMT)
commit826e1f392908b497fa254513b348614376b892a2 (patch)
tree3f2cb3929bcee3656406c9b5b4af10339397be0d /src/declarative/qml/qmlcontext_p.h
parent52aa98b54fd663a563d5fb4adc6230dbbbe9f311 (diff)
downloadQt-826e1f392908b497fa254513b348614376b892a2.zip
Qt-826e1f392908b497fa254513b348614376b892a2.tar.gz
Qt-826e1f392908b497fa254513b348614376b892a2.tar.bz2
Remove unused QmlContextPrivate member variables
Diffstat (limited to 'src/declarative/qml/qmlcontext_p.h')
-rw-r--r--src/declarative/qml/qmlcontext_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/declarative/qml/qmlcontext_p.h b/src/declarative/qml/qmlcontext_p.h
index 5bb3aaf..4240c8a 100644
--- a/src/declarative/qml/qmlcontext_p.h
+++ b/src/declarative/qml/qmlcontext_p.h
@@ -88,9 +88,6 @@ public:
QScriptValueList scopeChain;
QUrl url;
- QByteArray typeName;
- int startLine;
- int endLine;
void init();
@@ -110,7 +107,6 @@ public:
QmlSimpleDeclarativeData contextData;
QObjectList contextObjects;
-
struct ContextGuard : public QGuard<QObject>
{
QmlContextPrivate *priv;