diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-08 14:02:09 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-08 14:27:52 +0200 |
commit | 1cc41cb9c4c4dfaa7e385e63dac25ff97c18e63a (patch) | |
tree | d32327b63a7ba6c6cbfaca1193ccb15e77359fec /indra/newview/llinventorybridge.cpp | |
parent | 97d58e6184756c25d905cd05ab3073d7560a05ab (diff) |
SL-19134 Remove llfloaterproperties
Looks like it wasn't used for a while and LLFloaterItemPropertie does the same thing now
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rw-r--r-- | indra/newview/llinventorybridge.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 5ca5446d23..2dd5d12ee6 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -7586,9 +7586,6 @@ class LLObjectBridgeAction: public LLInvFVBridgeAction public: virtual void doIt() { - /* - LLFloaterReg::showInstance("properties", mUUID); - */ LLInvFVBridgeAction::doIt(); } virtual ~LLObjectBridgeAction(){} |