diff options
| author | callum <none@none> | 2009-11-30 17:13:41 -0800 |
|---|---|---|
| committer | callum <none@none> | 2009-11-30 17:13:41 -0800 |
| commit | d90aea0ede0fc6958d6f323a0eae4079f14c46f2 (patch) | |
| tree | 3b1fc317e238bb68fa1bcf1f1f31cf700f38cbdf /indra/newview/llfloatermediasettings.cpp | |
| parent | 8671bfb930f5fdaec8e2c0338b376bc41224199e (diff) | |
Fix for DEV-41951 - reworking of whitelist so it's more usable.
Diffstat (limited to 'indra/newview/llfloatermediasettings.cpp')
| -rw-r--r-- | indra/newview/llfloatermediasettings.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/indra/newview/llfloatermediasettings.cpp b/indra/newview/llfloatermediasettings.cpp index 44e68d7745..7cb841d8af 100644 --- a/indra/newview/llfloatermediasettings.cpp +++ b/indra/newview/llfloatermediasettings.cpp @@ -57,7 +57,6 @@ LLFloaterMediaSettings::LLFloaterMediaSettings(const LLSD& key) mMultipleMedia(false), mMultipleValidMedia(false) { -// LLUICtrlFactory::getInstance()->buildFloater(this, "floater_media_settings.xml"); } //////////////////////////////////////////////////////////////////////////////// @@ -210,7 +209,6 @@ void LLFloaterMediaSettings::clearValues( bool editable) sInstance->mPanelMediaSettingsPermissions->clearValues(sInstance->mPanelMediaSettingsPermissions, editable); } - //////////////////////////////////////////////////////////////////////////////// // static void LLFloaterMediaSettings::onBtnOK( void* userdata ) @@ -264,18 +262,3 @@ const std::string LLFloaterMediaSettings::getHomeUrl() else return std::string( "" ); } - - -//////////////////////////////////////////////////////////////////////////////// -// -bool LLFloaterMediaSettings::passesWhiteList( const std::string& test_url ) -{ - // sanity check - don't think this can happen - if ( mPanelMediaSettingsSecurity ) - // version in security dialog code is specialized so we pass in - // empty string for first parameter since it's not used - return mPanelMediaSettingsSecurity->passesWhiteList( "", test_url ); - else - // this is all we can do - return false; -} |
