QmlJS: Remove unused methods from Context

Change-Id: I1e4a013ee11f9747d6936c15bf81e971ca4e4f23
Reviewed-on: http://codereview.qt.nokia.com/1040
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
This commit is contained in:
Christian Kamm
2011-07-01 13:31:06 +02:00
parent 8b778b266b
commit f691d3824a
2 changed files with 0 additions and 15 deletions

View File

@@ -337,9 +337,6 @@ public:
const ObjectValue *lookupType(const Document *doc, const QStringList &qmlTypeName) const;
const Value *lookupReference(const Value *value) const;
const Value *property(const ObjectValue *object, const QString &name) const;
void setProperty(const ObjectValue *object, const QString &name, const Value *value);
QString defaultPropertyName(const ObjectValue *object) const;
private:
@@ -347,7 +344,6 @@ private:
Snapshot _snapshot;
QSharedPointer<ValueOwner> _valueOwner;
QHash<const ObjectValue *, Properties> _properties;
QHash<const Document *, QSharedPointer<const Imports> > _imports;
ScopeChain _scopeChain;
int _qmlScopeObjectIndex;