aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/palette.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/palette.h')
-rw-r--r--engines/mads/palette.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/engines/mads/palette.h b/engines/mads/palette.h
index 53620d8fff..9a4e4518f7 100644
--- a/engines/mads/palette.h
+++ b/engines/mads/palette.h
@@ -78,12 +78,6 @@ public:
class Palette {
private:
/**
- * Support method used by the fading code
- */
- void fadeRange(byte *srcPal, byte *destPal, int startIndex, int endIndex,
- int numSteps, uint delayAmount);
-
- /**
* Initialises a stanadrd range of colours for the given palette
*/
void initRange(byte *palette);
@@ -127,16 +121,6 @@ public:
*/
uint8 palIndexFromRgb(byte r, byte g, byte b, byte *paletteData = nullptr);
- /**
- * Performs a fade in
- */
- void fadeIn(int numSteps, uint delayAmount, byte *destPalette, int numColors);
-
- /**
- * Performs a fade in
- */
- void fadeIn(int numSteps, uint delayAmount, RGBList *destPalette);
-
// Methods used for reference counting color usage
/**
* Resets the usage counts for the palette