Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xenny Heartsong
Alchemy Viewer
Commits
528c5add
Commit
528c5add
authored
Jul 24, 2018
by
Kitty Barnett
Browse files
Removed RLVa code artifact
--HG-- branch : Appearance-Misc
parent
842fb664
Changes
1
Hide whitespace changes
Inline
Side-by-side
indra/newview/llappearancemgr.cpp
View file @
528c5add
...
...
@@ -3080,13 +3080,6 @@ void LLAppearanceMgr::removeCOFItemLinks(const LLUUID& item_id, LLPointer<LLInve
const
LLInventoryItem
*
item
=
item_array
.
at
(
i
).
get
();
if
(
item
->
getIsLinkType
()
&&
item
->
getLinkedUUID
()
==
item_id
)
{
// [RLVa:KB] - Checked: 2013-02-12 (RLVa-1.4.8)
if
(
rlv_handler_t
::
isEnabled
())
{
RLV_ASSERT
(
rlvPredCanRemoveItem
(
item
));
}
// [/RLVa:KB]
// if (item->getType() == LLAssetType::AT_OBJECT)
// [RLVa:KB] - Checked: 2013-02-12 (RLVa-1.4.8)
if
(
immediate_delete
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment