diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-09-17 23:18:58 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-09-18 00:08:27 +0300 |
commit | ce660c7e7bb6e19a23d634fb6d3249330bf2d74c (patch) | |
tree | 625a5f4921fed139e3e91fed36e72a77d9c4a739 /indra/newview/llkeyconflict.cpp | |
parent | 28e07331acf45edb380c094179cef6ea5adeb010 (diff) |
SL-11841 Fix PushToTalkToggle being set incorectly
Due to changed defaults, legacy compatibility will no longer work corectly, remove it
Diffstat (limited to 'indra/newview/llkeyconflict.cpp')
-rw-r--r-- | indra/newview/llkeyconflict.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llkeyconflict.cpp b/indra/newview/llkeyconflict.cpp index b6107eeedf..52e14d48f7 100644 --- a/indra/newview/llkeyconflict.cpp +++ b/indra/newview/llkeyconflict.cpp @@ -644,7 +644,6 @@ void LLKeyConflictHandler::saveToSettings(bool temporary) data = getControl("voice_follow_key", 0); } - gSavedSettings.setBOOL("PushToTalkToggle", can_toggle); if (data.isEmpty()) { // legacy viewer has a bug that might crash it if NONE value is assigned. |