aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorStrangerke2013-01-04 22:41:11 +0100
committerStrangerke2013-01-04 22:41:11 +0100
commitccef9fb3ea700663c19870cfe53660fd05320085 (patch)
treeb5789c61df6f30a71b2d09e1aac28a5f86d02a8b /engines/hopkins/graphics.h
parente43ddb09e98205fe74f78dce71d96acf96550c74 (diff)
downloadscummvm-rg350-ccef9fb3ea700663c19870cfe53660fd05320085.tar.gz
scummvm-rg350-ccef9fb3ea700663c19870cfe53660fd05320085.tar.bz2
scummvm-rg350-ccef9fb3ea700663c19870cfe53660fd05320085.zip
HOPKINS: Remove setModeVesa()
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r--engines/hopkins/graphics.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index 4ab447b5ba..3a8d35bd63 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -173,7 +173,6 @@ public:
void Reduc_Ecran(const byte *srcSruface, byte *destSurface, int xp, int yp, int width, int height, int zoom);
void drawHorizontalLine(byte *surface, int xp, int yp, unsigned int width, byte col);
void drawVerticalLine(byte *surface, int xp, int yp, int height, byte col);
- void setModeVesa();
};
} // End of namespace Hopkins