From c86b18716b2bbc1b420e4811ba714e83b0c997bc Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 25 Mar 2005 01:27:28 +0000 Subject: Started some cleanup work on class Gdi (in particular, I try to limit that class to GFX decoding only, and moved the screen rendering code out of it) svn-id: r17225 --- scumm/gfx.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'scumm/gfx.h') diff --git a/scumm/gfx.h b/scumm/gfx.h index 6d031545dd..c1e70c005d 100644 --- a/scumm/gfx.h +++ b/scumm/gfx.h @@ -211,12 +211,7 @@ public: Gdi(ScummEngine *vm); - Graphics::Surface _textSurface; - protected: - byte *_compositeBuf; - byte *_herculesBuf; - byte *_roomPalette; byte _decomp_shr, _decomp_mask; byte _transparentColor; @@ -269,8 +264,6 @@ protected: void decompressMaskImg(byte *dst, const byte *src, int height) const; /* Misc */ - void drawStripToScreen(VirtScreen *vs, int x, int w, int t, int b); - void updateDirtyScreen(VirtScreen *vs); 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; -- cgit v1.2.3