diff options
| author | prep@lindenlab.com <prep@lindenlab.com> | 2013-04-26 14:34:37 -0500 |
|---|---|---|
| committer | prep@lindenlab.com <prep@lindenlab.com> | 2013-04-26 14:34:37 -0500 |
| commit | 2992e3b6201da1655f7ae186782db6d11aee82b8 (patch) | |
| tree | 72ffa47c2604683d49812dd276f4c17458974e74 /indra/newview/llpreview.cpp | |
| parent | 2c617e0beb145f3c8451ffdc8445e97358a17427 (diff) | |
| parent | fb51bab6cd2e3f037142ce7c5f547113d76f0504 (diff) | |
merge
Diffstat (limited to 'indra/newview/llpreview.cpp')
| -rw-r--r-- | indra/newview/llpreview.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/llpreview.cpp b/indra/newview/llpreview.cpp index 04934b13f1..452efad291 100644 --- a/indra/newview/llpreview.cpp +++ b/indra/newview/llpreview.cpp @@ -401,13 +401,6 @@ void LLPreview::onDiscardBtn(void* data) self->mForceClose = TRUE; self->closeFloater(); - // Delete the item entirely - /* - item->removeFromServer(); - gInventory.deleteObject(item->getUUID()); - gInventory.notifyObservers(); - */ - // Move the item to the trash const LLUUID trash_id = gInventory.findCategoryUUIDForType(LLFolderType::FT_TRASH); if (item->getParentUUID() != trash_id) |
