mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 20:44:14 +02:00
Clean up garbage comments.
This commit is contained in:
parent
f8c611b1d0
commit
f3d0d9b4a0
1 changed files with 0 additions and 4 deletions
|
@ -2864,8 +2864,6 @@ void MyAvatar::setFlyingDesktopPref(bool enabled) {
|
|||
return;
|
||||
}
|
||||
|
||||
//if (!(qApp->isHMDMode())) { _enableFlying = enabled; }
|
||||
|
||||
_flyingPrefDesktop = enabled;
|
||||
}
|
||||
|
||||
|
@ -2879,8 +2877,6 @@ void MyAvatar::setFlyingHMDPref(bool enabled) {
|
|||
return;
|
||||
}
|
||||
|
||||
//if ((qApp->isHMDMode())) { _enableFlying = enabled; }
|
||||
|
||||
_flyingPrefHMD = enabled;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue