diff options
author | callum <none@none> | 2012-02-03 14:37:25 -0800 |
---|---|---|
committer | callum <none@none> | 2012-02-03 14:37:25 -0800 |
commit | ecb18174d4bdfe48999b3857453c790043b96c12 (patch) | |
tree | 9eb7896e05f4ef14c04cfb32eda4763ed754397a /indra/newview/llfloatertools.cpp | |
parent | ca37970a3aa04a3080e80d33036a127802a18450 (diff) |
EXP-1845 FIX Media controls cannot be selected or set in Build tools texture tab
Diffstat (limited to 'indra/newview/llfloatertools.cpp')
-rw-r--r-- | indra/newview/llfloatertools.cpp | 2 |
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"); |