aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltexlayer.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/lltexlayer.h
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz
Second Life viewer sources 1.14.0.0
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lltexlayer.h6
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
343protected: 343protected:
344 BOOL loadStaticImageRaw();
345
346protected:
347 LLTexLayerSet* mTexLayerSet; 344 LLTexLayerSet* mTexLayerSet;
348 LLPointer<LLImageRaw> mStaticImageRaw; 345 LLPointer<LLImageRaw> mStaticImageRaw;
349 346
@@ -517,15 +514,12 @@ private:
517private: 514private:
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
527public: 522public:
528 S32 mRawBytes;
529 S32 mGLBytes; 523 S32 mGLBytes;
530 S32 mTGABytes; 524 S32 mTGABytes;
531}; 525};