Initial AISv3 merge. New HTTP messages not plugged in yet.
This commit is contained in:
@@ -495,13 +495,6 @@ void LLPreview::onDiscardBtn(void* data)
|
||||
self->mForceClose = TRUE;
|
||||
self->close();
|
||||
|
||||
// Delete the item entirely
|
||||
/*
|
||||
item->removeFromServer();
|
||||
gInventory.deleteObject(item->getUUID());
|
||||
gInventory.notifyObservers();
|
||||
*/
|
||||
|
||||
// Move the item to the trash
|
||||
LLUUID trash_id = gInventory.findCategoryUUIDForType(LLFolderType::FT_TRASH);
|
||||
if (item->getParentUUID() != trash_id)
|
||||
|
||||
Reference in New Issue
Block a user