aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.cpp
diff options
context:
space:
mode:
authorBastien Bouclet2018-05-01 12:48:05 +0200
committerBastien Bouclet2018-05-01 12:48:05 +0200
commiteedb53207da3a44a587e60941b6bfda3347219a7 (patch)
tree3fe72c987dccf4c72b5f6d42b3ba6e369353eac6 /engines/avalanche/avalanche.cpp
parent527e068d26207d6322f55bbad6e946e5f1f50cc6 (diff)
downloadscummvm-rg350-eedb53207da3a44a587e60941b6bfda3347219a7.tar.gz
scummvm-rg350-eedb53207da3a44a587e60941b6bfda3347219a7.tar.bz2
scummvm-rg350-eedb53207da3a44a587e60941b6bfda3347219a7.zip
AVALANCHE: Push down AD includes
Diffstat (limited to 'engines/avalanche/avalanche.cpp')
-rw-r--r--engines/avalanche/avalanche.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/avalanche/avalanche.cpp b/engines/avalanche/avalanche.cpp
index 29fb082da0..303fb0cff8 100644
--- a/engines/avalanche/avalanche.cpp
+++ b/engines/avalanche/avalanche.cpp
@@ -57,7 +57,6 @@ AvalancheEngine::AvalancheEngine(OSystem *syst, const AvalancheGameDescription *
_help = nullptr;
_highscore = nullptr;
- _platform = gd->desc.platform;
initVariables();
}
@@ -179,10 +178,6 @@ GUI::Debugger *AvalancheEngine::getDebugger() {
return _console;
}
-Common::Platform AvalancheEngine::getPlatform() const {
- return _platform;
-}
-
bool AvalancheEngine::hasFeature(EngineFeature f) const {
return (f == kSupportsSavingDuringRuntime) || (f == kSupportsLoadingDuringRuntime);
}