diff options
Diffstat (limited to 'linden/indra/newview/lltexlayer.h')
-rw-r--r-- | linden/indra/newview/lltexlayer.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/linden/indra/newview/lltexlayer.h b/linden/indra/newview/lltexlayer.h index 3db6f96..5d12da5 100644 --- a/linden/indra/newview/lltexlayer.h +++ b/linden/indra/newview/lltexlayer.h | |||
@@ -341,9 +341,6 @@ public: | |||
341 | BOOL hasAlphaParams() { return (!mParamAlphaList.empty());} | 341 | BOOL hasAlphaParams() { return (!mParamAlphaList.empty());} |
342 | 342 | ||
343 | protected: | 343 | protected: |
344 | BOOL loadStaticImageRaw(); | ||
345 | |||
346 | protected: | ||
347 | LLTexLayerSet* mTexLayerSet; | 344 | LLTexLayerSet* mTexLayerSet; |
348 | LLPointer<LLImageRaw> mStaticImageRaw; | 345 | LLPointer<LLImageRaw> mStaticImageRaw; |
349 | 346 | ||
@@ -517,15 +514,12 @@ private: | |||
517 | private: | 514 | private: |
518 | static LLStringTable sImageNames; | 515 | static LLStringTable sImageNames; |
519 | 516 | ||
520 | typedef std::map< const char *, LLPointer<LLImageRaw> > image_raw_map_t; | ||
521 | typedef std::map< const char *, LLPointer<LLImageGL> > image_gl_map_t; | 517 | typedef std::map< const char *, LLPointer<LLImageGL> > image_gl_map_t; |
522 | typedef std::map< const char *, LLPointer<LLImageTGA> > image_tga_map_t; | 518 | typedef std::map< const char *, LLPointer<LLImageTGA> > image_tga_map_t; |
523 | image_raw_map_t mStaticImageListRaw; | ||
524 | image_gl_map_t mStaticImageListGL; | 519 | image_gl_map_t mStaticImageListGL; |
525 | image_tga_map_t mStaticImageListTGA; | 520 | image_tga_map_t mStaticImageListTGA; |
526 | 521 | ||
527 | public: | 522 | public: |
528 | S32 mRawBytes; | ||
529 | S32 mGLBytes; | 523 | S32 mGLBytes; |
530 | S32 mTGABytes; | 524 | S32 mTGABytes; |
531 | }; | 525 | }; |