diff options
author | Richard Nelson <none@none> | 2010-08-16 17:57:03 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-08-16 17:57:03 -0700 |
commit | 0399d49e52d16c4335a933ac8d8f2ae251aeec6d (patch) | |
tree | f7d80e317e3f2c0bcab7efc1117df403cb1f2af0 /indra/newview/llfloatersettingsdebug.cpp | |
parent | 7dce65a5db84988b2cab3d9c977a86c08124701c (diff) | |
parent | 98bcaa1071ac4fb0b98a719c7fc7bdb3682dae4c (diff) |
merge
Diffstat (limited to 'indra/newview/llfloatersettingsdebug.cpp')
-rw-r--r-- | indra/newview/llfloatersettingsdebug.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloatersettingsdebug.cpp b/indra/newview/llfloatersettingsdebug.cpp index 77e0e4e677..fde84607fe 100644 --- a/indra/newview/llfloatersettingsdebug.cpp +++ b/indra/newview/llfloatersettingsdebug.cpp @@ -45,7 +45,6 @@ LLFloaterSettingsDebug::LLFloaterSettingsDebug(const LLSD& key) : LLFloater(key) { - //LLUICtrlFactory::getInstance()->buildFloater(this, "floater_settings_debug.xml"); mCommitCallbackRegistrar.add("SettingSelect", boost::bind(&LLFloaterSettingsDebug::onSettingSelect, this,_1)); mCommitCallbackRegistrar.add("CommitSettings", boost::bind(&LLFloaterSettingsDebug::onCommitSettings, this)); mCommitCallbackRegistrar.add("ClickDefault", boost::bind(&LLFloaterSettingsDebug::onClickDefault, this)); |