From 1cc24544d45897f9c05bb6ed486f494e9135d8a6 Mon Sep 17 00:00:00 2001
From: Loren Shih <seraph@lindenlab.com>
Date: Tue, 25 May 2010 18:13:46 -0400
Subject: [PATCH] Fixed compile error in mistakenly-checked-in llvoavatarself.h

---
 indra/newview/llvoavatarself.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/newview/llvoavatarself.h b/indra/newview/llvoavatarself.h
index ce37ba27661..8e6d9698f2e 100644
--- a/indra/newview/llvoavatarself.h
+++ b/indra/newview/llvoavatarself.h
@@ -213,7 +213,6 @@ class LLVOAvatarSelf :
 	void				setCachedBakedTexture(LLVOAvatarDefines::ETextureIndex i, const LLUUID& uuid);
 	void				forceBakeAllTextures(bool slam_for_debug = false);
 	static void			processRebakeAvatarTextures(LLMessageSystem* msg, void**);
-	BOOL
 protected:
 	/*virtual*/ void	removeMissingBakedTextures();
 private:
-- 
GitLab