aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorSven Hesse2011-01-16 22:27:48 +0000
committerSven Hesse2011-01-16 22:27:48 +0000
commit199b5d06af044b9a9fa134af62fb248dcc294637 (patch)
tree0047bc5f26c7a317020e51122dffac3894406483 /engines
parent5742a11510c0d3de73260088afcf009810a0ae42 (diff)
downloadscummvm-rg350-199b5d06af044b9a9fa134af62fb248dcc294637.tar.gz
scummvm-rg350-199b5d06af044b9a9fa134af62fb248dcc294637.tar.bz2
scummvm-rg350-199b5d06af044b9a9fa134af62fb248dcc294637.zip
GOB: Remove unused declarations
svn-id: r55269
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);