summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2017-01-30 16:51:40 +0200
committerandreykproductengine <akleshchev@productengine.com>2017-01-30 16:51:40 +0200
commitf573e77981882cf0fffaa1ae6af322e72b948f5b (patch)
tree6e0e38e88d9a5c1b30368855eeb14bff741efc6c /indra
parente19e5e28d0ac3a8fc35bf0f02db26db77371f3b2 (diff)
MAINT-6959 Dummy callback to prevent log spam
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llpanelobjectinventory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelobjectinventory.cpp b/indra/newview/llpanelobjectinventory.cpp
index addb0fbe4d..6409620336 100644
--- a/indra/newview/llpanelobjectinventory.cpp
+++ b/indra/newview/llpanelobjectinventory.cpp
@@ -1519,6 +1519,7 @@ LLPanelObjectInventory::LLPanelObjectInventory(const LLPanelObjectInventory::Par
mCommitCallbackRegistrar.add("Inventory.AttachObject", boost::bind(&do_nothing));
mCommitCallbackRegistrar.add("Inventory.BeginIMSession", boost::bind(&do_nothing));
mCommitCallbackRegistrar.add("Inventory.Share", boost::bind(&LLAvatarActions::shareWithAvatars, this));
+ mCommitCallbackRegistrar.add("Inventory.FileUploadLocation", boost::bind(&do_nothing));
}
// Destroys the object