mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 16:36:54 +02:00
Remove deprecated flying setting from MyAvatar.cpp saveData()
This commit is contained in:
parent
e8e04673a4
commit
63de16bac5
1 changed files with 0 additions and 1 deletions
|
@ -1137,7 +1137,6 @@ void MyAvatar::saveData() {
|
||||||
settings.setValue("userHeight", getUserHeight());
|
settings.setValue("userHeight", getUserHeight());
|
||||||
settings.setValue("flyingDesktop", getFlyingDesktopPref());
|
settings.setValue("flyingDesktop", getFlyingDesktopPref());
|
||||||
settings.setValue("flyingHMD", getFlyingHMDPref());
|
settings.setValue("flyingHMD", getFlyingHMDPref());
|
||||||
settings.setValue("enabledFlying", getFlyingEnabled());
|
|
||||||
|
|
||||||
settings.endGroup();
|
settings.endGroup();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue