aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2007-07-08 21:42:39 +0000
committerMax Horn2007-07-08 21:42:39 +0000
commit14244685f3674f156a202dcb87bc3c01678e12f2 (patch)
tree201c4404700cf260b0d71bb49430bf4b9d53ce02 /engines/scumm/scumm.h
parent3762bcdfe1c421eee1c45995d11a5b5016a3f2fd (diff)
downloadscummvm-rg350-14244685f3674f156a202dcb87bc3c01678e12f2.tar.gz
scummvm-rg350-14244685f3674f156a202dcb87bc3c01678e12f2.tar.bz2
scummvm-rg350-14244685f3674f156a202dcb87bc3c01678e12f2.zip
SCUMM: hercules gfx code cleanup
svn-id: r27979
Diffstat (limited to 'engines/scumm/scumm.h')
-rw-r--r--engines/scumm/scumm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/scumm/scumm.h b/engines/scumm/scumm.h
index 4146846856..438797a018 100644
--- a/engines/scumm/scumm.h
+++ b/engines/scumm/scumm.h
@@ -1030,7 +1030,6 @@ protected:
void updateDirtyScreen(VirtScreenNumber slot);
void drawStripToScreen(VirtScreen *vs, int x, int w, int t, int b);
void ditherCGA(byte *dst, int dstPitch, int x, int y, int width, int height) const;
- void ditherHerc(byte *src, byte *hercbuf, int srcPitch, int *x, int *y, int *width, int *height) const;
public:
VirtScreen *findVirtScreen(int y);