summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryobserver.cpp
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2011-04-19 21:50:08 +0000
committerDon Kjer <don@lindenlab.com>2011-04-19 21:50:08 +0000
commitee2cea657ad54643f19f1ced42deecd628a59e1b (patch)
tree9084b8cf909575612448424fe556c188885e5ab4 /indra/newview/llinventoryobserver.cpp
parent7e998f5eccdbcff35a4807b92d6b8a9cb4735f14 (diff)
parentb8069d1c250c03e9fffda0a9264bfd04a12f8292 (diff)
Merge with viewer-development
Diffstat (limited to 'indra/newview/llinventoryobserver.cpp')
-rw-r--r--indra/newview/llinventoryobserver.cpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/indra/newview/llinventoryobserver.cpp b/indra/newview/llinventoryobserver.cpp
index 0fd4b2bee5..6bf19e346d 100644
--- a/indra/newview/llinventoryobserver.cpp
+++ b/indra/newview/llinventoryobserver.cpp
@@ -572,16 +572,7 @@ void LLInventoryAddedObserver::changed(U32 mask)
// the network, figure out which item was updated.
LLMessageSystem* msg = gMessageSystem;
- std::string msg_name;
- if (mMessageName.empty())
- {
- msg_name = msg->getMessageName();
- }
- else
- {
- msg_name = mMessageName;
- }
-
+ std::string msg_name = msg->getMessageName();
if (msg_name.empty())
{
return;