From ecb18174d4bdfe48999b3857453c790043b96c12 Mon Sep 17 00:00:00 2001
From: callum <none@none>
Date: Fri, 3 Feb 2012 14:37:25 -0800
Subject: [PATCH] EXP-1845 FIX Media controls cannot be selected or set in
 Build tools texture tab

---
 indra/newview/llfloatertools.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp
index 5c8f5a5cc10..6978e6a430c 100644
--- a/indra/newview/llfloatertools.cpp
+++ b/indra/newview/llfloatertools.cpp
@@ -1192,8 +1192,6 @@ void LLFloaterTools::updateLandImpacts()
 
 void LLFloaterTools::getMediaState()
 {
-	if (!LLFloaterMediaSettings::instanceExists()) return;
-
 	LLObjectSelectionHandle selected_objects =LLSelectMgr::getInstance()->getSelection();
 	LLViewerObject* first_object = selected_objects->getFirstObject();
 	LLTextBox* media_info = getChild<LLTextBox>("media_info");
-- 
GitLab