aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorStrangerke2012-12-15 23:28:58 +0100
committerStrangerke2012-12-15 23:28:58 +0100
commit2d172ab46e76f416b307ae11471a09c979855702 (patch)
treebbfaf1b717e6b9fa1fe0e3b0e146aaf381510d53 /engines/hopkins/graphics.h
parentd7d8c19dae1a8ca586851892da406a3b4025f4c8 (diff)
downloadscummvm-rg350-2d172ab46e76f416b307ae11471a09c979855702.tar.gz
scummvm-rg350-2d172ab46e76f416b307ae11471a09c979855702.tar.bz2
scummvm-rg350-2d172ab46e76f416b307ae11471a09c979855702.zip
HOPKINS: Remove all code related to 8b display
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r--engines/hopkins/graphics.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index 4d4777a115..df71dea2f4 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -59,7 +59,6 @@ public:
int XSCREEN;
int YSCREEN;
int WinScan;
- int Winbpp;
byte SD_PIXELS[PALETTE_SIZE * 2];
byte *PAL_PIXELS;
int nbrligne;
@@ -124,8 +123,6 @@ public:
void Cls_Pal();
void SCANLINE(int pitch);
void m_scroll(const byte *surface, int xs, int ys, int width, int height, int destX, int destY);
- void m_scroll2(const byte *surface, int xs, int ys, int width, int height, int destX, int destY);
- void m_scroll2A(const byte *surface, int xs, int ys, int width, int height, int destX, int destY);
void m_scroll16(const byte *surface, int xs, int ys, int width, int height, int destX, int destY);
void m_scroll16A(const byte *surface, int xs, int ys, int width, int height, int destX, int destY);
void Copy_Vga(const byte *surface, int xp, int yp, int width, int height, int destX, int destY);