aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/hopkins.h
diff options
context:
space:
mode:
authorStrangerke2012-12-16 00:26:54 +0100
committerStrangerke2012-12-16 00:26:54 +0100
commit3c31d91d97c6f621e7f9bc22e3efe3b8ca38a079 (patch)
treee564a75f7dd5dc1d2d9dbaa11f8f408ccb0d37ff /engines/hopkins/hopkins.h
parent2d172ab46e76f416b307ae11471a09c979855702 (diff)
downloadscummvm-rg350-3c31d91d97c6f621e7f9bc22e3efe3b8ca38a079.tar.gz
scummvm-rg350-3c31d91d97c6f621e7f9bc22e3efe3b8ca38a079.tar.bz2
scummvm-rg350-3c31d91d97c6f621e7f9bc22e3efe3b8ca38a079.zip
HOPKINS: Remove zoom, mode, SDL Zoom and fullscreen variables
Also remove functions related to the loading of INI files
Diffstat (limited to 'engines/hopkins/hopkins.h')
-rw-r--r--engines/hopkins/hopkins.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/hopkins/hopkins.h b/engines/hopkins/hopkins.h
index 34b65dcaea..62f49d33e6 100644
--- a/engines/hopkins/hopkins.h
+++ b/engines/hopkins/hopkins.h
@@ -80,11 +80,6 @@ private:
const HopkinsGameDescription *_gameDescription;
Common::RandomSource _randomSource;
- /**
- * Processes the loaded list of ini file parameters
- */
- void processIniParams(Common::StringMap &iniParams);
-
void INIT_SYSTEM();
void PASS();