summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolpie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltoolpie.cpp')
-rw-r--r--indra/newview/lltoolpie.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/lltoolpie.cpp b/indra/newview/lltoolpie.cpp
index fc052ae3aa..a1b3caf38b 100644
--- a/indra/newview/lltoolpie.cpp
+++ b/indra/newview/lltoolpie.cpp
@@ -1764,6 +1764,12 @@ BOOL LLToolPie::handleRightClickPick()
{
return TRUE; // unexpected, but escape
}
+#if 0 // AXON TBD
+ if (object->asAvatar() && object->asAvatar()->isControlAvatar())
+ {
+ return TRUE; // control avatars are not people...
+ }
+#endif
// Object is an avatar, so check for mute by id.
LLVOAvatar* avatar = (LLVOAvatar*)object;