mirror of
https://github.com/overte-org/overte.git
synced 2025-06-04 13:20:32 +02:00
dead code
This commit is contained in:
parent
e11b0add9a
commit
900b07fdee
1 changed files with 0 additions and 2 deletions
|
@ -118,8 +118,6 @@ public:
|
|||
Q_INVOKABLE QScriptValue addAnimationStateHandler(QScriptValue handler, QScriptValue propertiesList) { return _rig->addAnimationStateHandler(handler, propertiesList); }
|
||||
// Removes a handler previously added by addAnimationStateHandler.
|
||||
Q_INVOKABLE void removeAnimationStateHandler(QScriptValue handler) { _rig->removeAnimationStateHandler(handler); }
|
||||
// Processes a handler result. Not really for user code, but used by callAnimationStateHandler.
|
||||
Q_INVOKABLE void animationStateHandlerResult(QScriptValue handler, QScriptValue result) { _rig->animationStateHandlerResult(handler, result); }
|
||||
|
||||
// get/set avatar data
|
||||
void saveData();
|
||||
|
|
Loading…
Reference in a new issue