mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 08:49:05 +02:00
Remove unused local
This commit is contained in:
parent
fc9b270951
commit
402573dbf1
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ void OverlayConductor::updateMode() {
|
||||||
|
|
||||||
Mode newMode;
|
Mode newMode;
|
||||||
if (qApp->isHMDMode()) {
|
if (qApp->isHMDMode()) {
|
||||||
MyAvatar* myAvatar = DependencyManager::get<AvatarManager>()->getMyAvatar();
|
|
||||||
newMode = SITTING;
|
newMode = SITTING;
|
||||||
} else {
|
} else {
|
||||||
newMode = FLAT;
|
newMode = FLAT;
|
||||||
|
|
Loading…
Reference in a new issue