mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 10:17:40 +02:00
remove unused variable
This commit is contained in:
parent
bfcb1a8391
commit
df32b61eaf
1 changed files with 0 additions and 1 deletions
|
@ -5333,7 +5333,6 @@ void MyAvatar::addAvatarHandsToFlow(const std::shared_ptr<Avatar>& otherAvatar)
|
||||||
}
|
}
|
||||||
|
|
||||||
void MyAvatar::useFlow(bool isActive, bool isCollidable, const QVariantMap& physicsConfig, const QVariantMap& collisionsConfig) {
|
void MyAvatar::useFlow(bool isActive, bool isCollidable, const QVariantMap& physicsConfig, const QVariantMap& collisionsConfig) {
|
||||||
QVariantList result;
|
|
||||||
if (QThread::currentThread() != thread()) {
|
if (QThread::currentThread() != thread()) {
|
||||||
QMetaObject::invokeMethod(this, "useFlow",
|
QMetaObject::invokeMethod(this, "useFlow",
|
||||||
Q_ARG(bool, isActive),
|
Q_ARG(bool, isActive),
|
||||||
|
|
Loading…
Reference in a new issue