forked from qt-creator/qt-creator
QmlJs: Remove unused members
Change-Id: I2656bafe9f22652a3e80e6581a41296dfb144564 Reviewed-by: Christian Kamm <mail@ckamm.de>
This commit is contained in:
@@ -94,7 +94,6 @@ public:
|
||||
ObjectValue *_globalObject;
|
||||
ObjectValue *_mathObject;
|
||||
ObjectValue *_qtObject;
|
||||
ObjectValue *_qmlKeysObject;
|
||||
ObjectValue *_qmlFontObject;
|
||||
ObjectValue *_qmlPointObject;
|
||||
ObjectValue *_qmlSizeObject;
|
||||
@@ -890,11 +889,6 @@ Function *ValueOwner::addFunction(ObjectValue *object, const QString &name, int
|
||||
return function;
|
||||
}
|
||||
|
||||
const ObjectValue *ValueOwner::qmlKeysObject()
|
||||
{
|
||||
return _shared->_qmlKeysObject;
|
||||
}
|
||||
|
||||
const ObjectValue *ValueOwner::qmlFontObject()
|
||||
{
|
||||
return _shared->_qmlFontObject;
|
||||
|
||||
Reference in New Issue
Block a user