Merge pull request #13716 from r3tk0n/17170-flying-crash

Remove deprecated flying setting from MyAvatar.cpp saveData()
This commit is contained in:
John Conklin II 2018-07-31 09:48:01 -07:00 committed by GitHub
commit 16940cc9b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1137,7 +1137,6 @@ void MyAvatar::saveData() {
settings.setValue("userHeight", getUserHeight());
settings.setValue("flyingDesktop", getFlyingDesktopPref());
settings.setValue("flyingHMD", getFlyingHMDPref());
settings.setValue("enabledFlying", getFlyingEnabled());
settings.endGroup();
}