aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.cpp
diff options
context:
space:
mode:
authorD G Turner2012-11-30 04:35:54 +0000
committerD G Turner2012-11-30 04:35:54 +0000
commitbf876a13c62944742684fadc40817ec472a66e62 (patch)
tree54115f3391f81d19632d961363e759775da04f9f /engines/dreamweb/stubs.cpp
parent6df53857f94ceab82598529fb6e6ca5db1ebc37e (diff)
downloadscummvm-rg350-bf876a13c62944742684fadc40817ec472a66e62.tar.gz
scummvm-rg350-bf876a13c62944742684fadc40817ec472a66e62.tar.bz2
scummvm-rg350-bf876a13c62944742684fadc40817ec472a66e62.zip
DREAMWEB: Remove dead code functions and minor formatting cleanup.
Diffstat (limited to 'engines/dreamweb/stubs.cpp')
-rw-r--r--engines/dreamweb/stubs.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp
index de21d8e3af..6ab049744b 100644
--- a/engines/dreamweb/stubs.cpp
+++ b/engines/dreamweb/stubs.cpp
@@ -719,7 +719,6 @@ void DreamWebEngine::dreamweb() {
showGun();
fadeScreenDown();
hangOn(100);
-
}
}
@@ -961,7 +960,6 @@ void DreamWebEngine::useTimedText() {
}
void DreamWebEngine::setupTimedTemp(uint8 textIndex, uint8 voiceIndex, uint8 x, uint8 y, uint16 countToTimed, uint16 timeCount) {
-
if (hasSpeech() && voiceIndex != 0) {
_speechLoaded = _sound->loadSpeech('T', voiceIndex, 'T', textIndex);
if (_speechLoaded)
@@ -2134,7 +2132,6 @@ void DreamWebEngine::workToScreenM() {
}
void DreamWebEngine::atmospheres() {
-
const Atmosphere *a = &g_atmosphereList[0];
for (; a->_location != 255; ++a) {
@@ -2416,10 +2413,6 @@ void DreamWebEngine::errorMessage3() {
delPointer();
}
-void DreamWebEngine::reExFromOpen() {
-
-}
-
void DreamWebEngine::putBackObStuff() {
createPanel();
showPanel();
@@ -2457,9 +2450,6 @@ void DreamWebEngine::examineInventory() {
workToScreenM();
}
-void DreamWebEngine::middlePanel() {
-}
-
void DreamWebEngine::underTextLine() {
if (_foreignRelease)
multiGet(_textUnder, _textAddressX, _textAddressY - 3, kUnderTextSizeX_f, kUnderTextSizeY_f);
@@ -2571,7 +2561,6 @@ void DreamWebEngine::madmanRun() {
_vars._lastWeapon = 8;
}
-
void DreamWebEngine::decide() {
setMode();
loadPalFromIFF();
@@ -2687,7 +2676,6 @@ void DreamWebEngine::getBack1() {
return;
}
-
commandOnlyCond(26, 202);
if (_mouseButton == _oldButton)
@@ -3013,7 +3001,6 @@ void DreamWebEngine::incRyanPage() {
showPointer();
workToScreen();
delPointer();
-
}
void DreamWebEngine::emergencyPurge() {