From c466b9a91ab1ff403fc0f9180cf1114e0b2f8b93 Mon Sep 17 00:00:00 2001 From: TighMacFanatic Date: Thu, 22 Sep 2011 17:26:39 -0400 Subject: [PATCH] Reverted code that allows users to steal UUID's of clothing textures. --- indra/newview/llfloateravatartextures.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/indra/newview/llfloateravatartextures.cpp b/indra/newview/llfloateravatartextures.cpp index 5f656bae2..70f79f3c5 100644 --- a/indra/newview/llfloateravatartextures.cpp +++ b/indra/newview/llfloateravatartextures.cpp @@ -165,9 +165,7 @@ void LLFloaterAvatarTextures::refresh() // static void LLFloaterAvatarTextures::onClickDump(void* data) { -// -//#if !LL_RELEASE_FOR_DOWNLOAD -// +#if !LL_RELEASE_FOR_DOWNLOAD LLFloaterAvatarTextures* self = (LLFloaterAvatarTextures*)data; LLVOAvatar* avatarp = find_avatar(self->mID); if (!avatarp) return; @@ -179,7 +177,5 @@ void LLFloaterAvatarTextures::onClickDump(void* data) llinfos << "Avatar TE " << i << " id " << te->getID() << llendl; } -// -//#endif -// +#endif }