diff options
author | Richard Nelson <none@none> | 2010-08-16 17:44:23 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-08-16 17:44:23 -0700 |
commit | 124bc854dd7c3dffc044f306cf836a5d6c68bd2e (patch) | |
tree | 6dc70e03eb40f117f007fa52799d1b4a15941f11 /indra/newview/llfloateropenobject.cpp | |
parent | d06500eaddd12f09189b47abfdd6990a652f8b51 (diff) |
moved buildFloater out of lluictrlfactory to llfloater.cpp
Diffstat (limited to 'indra/newview/llfloateropenobject.cpp')
-rw-r--r-- | indra/newview/llfloateropenobject.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloateropenobject.cpp b/indra/newview/llfloateropenobject.cpp index a2a3d300e7..d1c6ddb5b3 100644 --- a/indra/newview/llfloateropenobject.cpp +++ b/indra/newview/llfloateropenobject.cpp @@ -62,7 +62,6 @@ LLFloaterOpenObject::LLFloaterOpenObject(const LLSD& key) mPanelInventoryObject(NULL), mDirty(TRUE) { -// LLUICtrlFactory::getInstance()->buildFloater(this,"floater_openobject.xml"); mCommitCallbackRegistrar.add("OpenObject.MoveToInventory", boost::bind(&LLFloaterOpenObject::onClickMoveToInventory, this)); mCommitCallbackRegistrar.add("OpenObject.MoveAndWear", boost::bind(&LLFloaterOpenObject::onClickMoveAndWear, this)); } |