aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.cpp
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.cpp
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.cpp')
-rw-r--r--engines/hopkins/graphics.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/hopkins/graphics.cpp b/engines/hopkins/graphics.cpp
index 33b8bedaea..f955b91514 100644
--- a/engines/hopkins/graphics.cpp
+++ b/engines/hopkins/graphics.cpp
@@ -2018,8 +2018,4 @@ void GraphicsManager::drawVerticalLine(byte *surface, int xp, int yp, int height
}
}
-void GraphicsManager::setModeVesa() {
- setGraphicalMode(640, 480);
-}
-
} // End of namespace Hopkins