diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-11-17 19:37:56 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-11-17 19:37:56 -0500 |
commit | 2f4744ae0f88ec4d6162ac7e09d660d0d71196b9 (patch) | |
tree | 20fe75b546c5d190153ff844c18eb3effbaa2c47 | |
parent | 9a30cde27b0b93eb5024b1dd558d1da282fee2fd (diff) |
Removed false positive "notification triggered for item..." warning.
-rw-r--r-- | indra/newview/llinventorypanel.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index 3a8b8bdf9e..1d09815525 100644 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -348,14 +348,6 @@ void LLInventoryPanel::modelChanged(U32 mask) view_item->destroyView();
}
}
- else
- {
- // Hmm, we got an ADD/REMOVE/STRUCTURE notification for this item but there's nothing to be done to it.
- llwarns << "Notification triggered for item that isn't changing. "
- << "Operation: ( mask: " << mask << " panel name: " << mStartFolderString << " ) "
- << "Item: [ Name:" << model_item->getName() << " UUID: " << *id_it << " ]" << llendl;
-
- }
}
// This item has been removed from memory, but its associated UI element still exists.
|