diff options
author | Armin Weatherwax | 2010-07-13 18:32:20 +0200 |
---|---|---|
committer | McCabe Maxsted | 2010-07-15 02:09:38 -0700 |
commit | 783fa5610649675dc84f5790f9588d73f369fe64 (patch) | |
tree | 7d53ae763185f5787bb15046d59481e46a7fc1ab /linden/indra/newview/llvoavatar.h | |
parent | fix bug #283: LM-floater crashes after logout/login on clicking teleport (diff) | |
download | meta-impy-783fa5610649675dc84f5790f9588d73f369fe64.zip meta-impy-783fa5610649675dc84f5790f9588d73f369fe64.tar.gz meta-impy-783fa5610649675dc84f5790f9588d73f369fe64.tar.bz2 meta-impy-783fa5610649675dc84f5790f9588d73f369fe64.tar.xz |
cleanup: removed dead code
Diffstat (limited to 'linden/indra/newview/llvoavatar.h')
-rw-r--r-- | linden/indra/newview/llvoavatar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvoavatar.h b/linden/indra/newview/llvoavatar.h index 1914f47..36ed22a 100644 --- a/linden/indra/newview/llvoavatar.h +++ b/linden/indra/newview/llvoavatar.h | |||
@@ -304,7 +304,7 @@ public: | |||
304 | LLVOAvatarDefines::ETextureIndex getBakedTE( LLTexLayerSet* layerset ); | 304 | LLVOAvatarDefines::ETextureIndex getBakedTE( LLTexLayerSet* layerset ); |
305 | void updateComposites(); | 305 | void updateComposites(); |
306 | void onGlobalColorChanged( LLTexGlobalColor* global_color, BOOL set_by_user ); | 306 | void onGlobalColorChanged( LLTexGlobalColor* global_color, BOOL set_by_user ); |
307 | BOOL getLocalTextureRaw( LLVOAvatarDefines::ETextureIndex index, LLImageRaw* image_raw_pp ); | 307 | // Removed: BOOL getLocalTextureRaw( LLVOAvatarDefines::ETextureIndex index, LLImageRaw* image_raw_pp ); |
308 | BOOL getLocalTextureGL( LLVOAvatarDefines::ETextureIndex index, LLImageGL** image_gl_pp ); | 308 | BOOL getLocalTextureGL( LLVOAvatarDefines::ETextureIndex index, LLImageGL** image_gl_pp ); |
309 | const LLUUID& getLocalTextureID( LLVOAvatarDefines::ETextureIndex index ); | 309 | const LLUUID& getLocalTextureID( LLVOAvatarDefines::ETextureIndex index ); |
310 | LLGLuint getScratchTexName( LLGLenum format, U32* texture_bytes ); | 310 | LLGLuint getScratchTexName( LLGLenum format, U32* texture_bytes ); |