diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp
index 30f1efa562e220f6ec2c3302748d3494bab69cc7..305c4acb0a8b827d4a3d7761f697ba41d0d24df4 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)
 	{