summaryrefslogtreecommitdiff
path: root/indra/newview/lltexlayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltexlayer.h')
-rw-r--r--indra/newview/lltexlayer.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/indra/newview/lltexlayer.h b/indra/newview/lltexlayer.h
index 992e392fc7..3fb6b50977 100644
--- a/indra/newview/lltexlayer.h
+++ b/indra/newview/lltexlayer.h
@@ -527,41 +527,6 @@ public:
};
-//-----------------------------------------------------------------------------
-// LLGradientPaletteList
-// A static set of ramp grayscale palettes. The "effective_weight" is used
-// to determine the x position of the ramp (offset)
-//
-// "Domain" isn't really the right word. It refers to the width of the
-// ramp portion of the function that relates input and output pixel values.
-// A domain of 0 gives a step function.
-//
-// | /----------------
-// O| / |
-// u| / |
-// t| / |
-// p|------------------/ |
-// u| | |
-// t|<---------------->|<-->|
-// | "offset" "domain"
-// |
-// --+---Input--------------------------------
-// |
-//-----------------------------------------------------------------------------
-class LLGradientPaletteList
-{
-public:
- LLGradientPaletteList() {}
- ~LLGradientPaletteList();
-
- void initPalette(F32 domain);
- void setHardwarePalette(F32 domain, F32 effective_weight);
-
-private:
- typedef std::map<F32, U8*> palette_map_t;
- palette_map_t mPaletteMap;
-};
-
// Used by LLTexLayerSetBuffer for a callback.
class LLBakedUploadData
{