summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcontext.cpp
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.cpp
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.cpp')
-rw-r--r--src/declarative/qml/qmlcontext.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlcontext.cpp b/src/declarative/qml/qmlcontext.cpp
index fd64a95..365ad6d 100644
--- a/src/declarative/qml/qmlcontext.cpp
+++ b/src/declarative/qml/qmlcontext.cpp
@@ -55,8 +55,7 @@ QT_BEGIN_NAMESPACE
QmlContextPrivate::QmlContextPrivate()
: parent(0), engine(0), isInternal(false), notifyIndex(-1),
- highPriorityCount(0), startLine(-1), endLine(-1), idValues(0),
- idValueCount(0)
+ highPriorityCount(0), idValues(0), idValueCount(0)
{
}