summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2012-08-24 13:53:17 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2012-08-24 13:53:17 -0700
commit6e92b96e88401aaca203b627e84ce311b7f75e4a (patch)
tree8ab610f1b611872835df7e3b19e4fb25c5d1f0f4 /indra/newview
parent5046e77d155bed68cbf9657616b091849c352750 (diff)
kicking off another build (whitespace change)
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llinventorybridge.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp
index ac9f087d11..91798e0f10 100644
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -3197,7 +3197,6 @@ void LLFolderBridge::pasteFromClipboard()
//Set the pasted folder to dirty, could do this in changeCategoryParent() but only need to set dirty
//when pasting from the clipboard. Setting dirty allows updating the filter state, which determines
//visibility in the new pasted location.
-
LLFolderViewFolder * folderViewItem = mInventoryPanel.get() ? mInventoryPanel.get()->getFolderByID(item_id) : NULL;
if(folderViewItem && folderViewItem->getViewModelItem())
{