summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcallum <none@none>2012-02-03 14:37:25 -0800
committercallum <none@none>2012-02-03 14:37:25 -0800
commitecb18174d4bdfe48999b3857453c790043b96c12 (patch)
tree9eb7896e05f4ef14c04cfb32eda4763ed754397a
parentca37970a3aa04a3080e80d33036a127802a18450 (diff)
EXP-1845 FIX Media controls cannot be selected or set in Build tools texture tab
-rw-r--r--indra/newview/llfloatertools.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp
index 5c8f5a5cc1..6978e6a430 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");