aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/gob/video.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/gob/video.h b/engines/gob/video.h
index 5c49042496..c283a0824e 100644
--- a/engines/gob/video.h
+++ b/engines/gob/video.h
@@ -188,10 +188,6 @@ public:
virtual ~Video_v6() {}
private:
- static const byte _ditherPalette[768];
-
- void buildPalLUT();
-
void shadeRect(Surface &dest,
int16 left, int16 top, int16 right, int16 bottom, byte color, byte strength);