summaryrefslogtreecommitdiff
path: root/indra/newview/llfolderviewitem.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-02-08 15:44:02 -0800
committerMerov Linden <merov@lindenlab.com>2012-02-08 15:44:02 -0800
commit91f77318db63d4b2560390551306056c4a6cc2d5 (patch)
tree4aa42af172b0d0552e490f7bdd5d92e40906d60e /indra/newview/llfolderviewitem.cpp
parentee3c3c15b714f8f68e98a2d4064afaec665bd64a (diff)
EXP-1873 : Implement the hiding of cut items on the clipboard
Diffstat (limited to 'indra/newview/llfolderviewitem.cpp')
-rw-r--r--indra/newview/llfolderviewitem.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llfolderviewitem.cpp b/indra/newview/llfolderviewitem.cpp
index 37ef27a5d7..884cddfe7f 100644
--- a/indra/newview/llfolderviewitem.cpp
+++ b/indra/newview/llfolderviewitem.cpp
@@ -1004,12 +1004,6 @@ void LLFolderViewItem::draw()
if (highlight_link) color = sLinkColor;
if (in_library) color = sLibraryColor;
- // Cut state rendering tweak (experimental)
- if (LLClipboard::getInstance()->isCutMode() && LLClipboard::getInstance()->isOnClipboard(getListener()->getUUID()))
- {
- color.setAlpha(0.5);
- }
-
F32 right_x = 0;
F32 y = (F32)getRect().getHeight() - font->getLineHeight() - (F32)TEXT_PAD - (F32)TOP_PAD;
F32 text_left = (F32)(ARROW_SIZE + TEXT_PAD + ICON_WIDTH + ICON_PAD + mIndentation);