forked from qt-creator/qt-creator
QmlJS: Remove unused Bind::currentObjectValue.
The function was not used and made no sense.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user