QmlJS: Remove unused Bind::currentObjectValue.

The function was not used and made no sense.
This commit is contained in:
Christian Kamm
2010-06-22 13:36:54 +02:00
parent 16b4e4e91f
commit a34676238f
2 changed files with 0 additions and 6 deletions

View File

@@ -60,7 +60,6 @@ public:
QList<ImportInfo> directoryImports() const;
QList<ImportInfo> libraryImports() const;
Interpreter::ObjectValue *currentObjectValue() const;
Interpreter::ObjectValue *idEnvironment() const;
Interpreter::ObjectValue *rootObjectValue() const;