diff options
author | Richard Nelson <none@none> | 2010-06-14 17:55:50 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-06-14 17:55:50 -0700 |
commit | a43c997d0a7209da7e1b3d42b3e3998498741764 (patch) | |
tree | 213ae6c69cf5e85586408049bcd662fdedf5df53 /indra/newview | |
parent | 330b9dc6eef3ea015c8ae3e41fe061bcea4e1c51 (diff) |
re-disabled old style properties floater
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpanelobjectinventory.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanelobjectinventory.cpp b/indra/newview/llpanelobjectinventory.cpp index 1d726ba06c..da809b7baa 100644 --- a/indra/newview/llpanelobjectinventory.cpp +++ b/indra/newview/llpanelobjectinventory.cpp @@ -179,12 +179,13 @@ void LLTaskInvFVBridge::showProperties() show_item_profile(mUUID); // Disable old properties floater; this is replaced by the sidepanel. - + /* LLFloaterProperties* floater = LLFloaterReg::showTypedInstance<LLFloaterProperties>("properties", mUUID); if (floater) { floater->setObjectID(mPanel->getTaskUUID()); } + */ } |