From 85d6c9b2b62dfa89c17f7304fb7f595f9385b51c Mon Sep 17 00:00:00 2001 From: cinder <cinder@cinderblocks.biz> Date: Sun, 27 Nov 2022 13:04:56 -0600 Subject: [PATCH] Bob's your mom. Someone did a bad --- indra/newview/llfloaterimsessiontab.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index 30f1efa562e..305c4acb0a8 100644 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -1184,10 +1184,6 @@ LLView* LLFloaterIMSessionTab::getChatHistory() // virtual void LLFloaterIMSessionTab::applyMUPose(std::string& text) { - static LLCachedControl<bool> useMUPose(gSavedSettings, "AlchemyChatMUPose", false); - if (!useMUPose) - return; - if (text.at(0) == ':' && text.length() > 3) { -- GitLab