diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-11-20 15:32:01 -0500 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-11-20 15:32:01 -0500 |
commit | ac78a7e8b85dff5c896d31ca06315c2e9775c67e (patch) | |
tree | f7a8048d5904072802d314c8d02df0e59b8d8f14 | |
parent | f520b1a0be95e83425b68e20b4ce6868b9a74671 (diff) | |
parent | f440bc5bcfdda0af47f76662a5c56630941bb518 (diff) |
Automated merge with ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/
--HG--
branch : avatar-pipeline
-rw-r--r-- | indra/newview/llvoavatarself.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index d9c5e932a2..843cba7860 100644 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -318,11 +318,6 @@ BOOL LLVOAvatarSelf::buildMenus() } } - - if (!attachment_found) - { - gAttachPieMenu->addSeparator(); - } } if (gDetachBodyPartPieMenus[i]) @@ -362,11 +357,6 @@ BOOL LLVOAvatarSelf::buildMenus() break; } } - - if (!attachment_found) - { - gDetachPieMenu->addSeparator(); - } } } |