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

@@ -68,11 +68,6 @@ QList<Bind::ImportInfo> Bind::libraryImports() const
return _libraryImports;
}
Interpreter::ObjectValue *Bind::currentObjectValue() const
{
return _currentObjectValue;
}
Interpreter::ObjectValue *Bind::idEnvironment() const
{
return _idEnvironment;