aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
diff options
context:
space:
mode:
authorMax Horn2011-12-26 00:58:37 +0100
committerMax Horn2011-12-26 01:41:55 +0100
commitd015f5d4465b971a2dc99d51a7e4c11cb23103a7 (patch)
tree933c8041c52faa8a6b1b1047e1be0db057077eca /engines/dreamweb/stubs.h
parent9ba55105fccf0489659d91cee38a899f13628168 (diff)
downloadscummvm-rg350-d015f5d4465b971a2dc99d51a7e4c11cb23103a7.tar.gz
scummvm-rg350-d015f5d4465b971a2dc99d51a7e4c11cb23103a7.tar.bz2
scummvm-rg350-d015f5d4465b971a2dc99d51a7e4c11cb23103a7.zip
DREAMWEB: Remove some dead code
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r--engines/dreamweb/stubs.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index 62259a16a5..9e547837c7 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -24,7 +24,6 @@
void screenUpdate();
void startup1();
- void workToScreen();
void multiGet();
void multiGet(uint8 *dst, uint16 x, uint16 y, uint8 width, uint8 height) {
DreamBase::multiGet(dst, x, y, width, height);
@@ -48,21 +47,10 @@
uint8 printDirect(const uint8* string, uint16 x, uint16 y, uint8 maxWidth, bool centered) {
return DreamBase::printDirect(string, x, y, maxWidth, centered);
}
- void showFrame();
- void showFrame(const Frame *frameData, uint16 x, uint16 y, uint16 frameNumber, uint8 effectsFlag, uint8 *width, uint8 *height) {
- DreamBase::showFrame(frameData, x, y, frameNumber, effectsFlag, width, height);
- }
- void showFrame(const Frame *frameData, uint16 x, uint16 y, uint16 frameNumber, uint8 effectsFlag) {
- DreamBase::showFrame(frameData, x, y, frameNumber, effectsFlag);
- }
void width160();
bool checkIfPerson(uint8 x, uint8 y);
bool checkIfFree(uint8 x, uint8 y);
bool checkIfEx(uint8 x, uint8 y);
- void commandWithOb();
- void commandWithOb(uint8 command, uint8 type, uint8 index) {
- DreamBase::commandWithOb(command, type, index);
- }
DynObject *getFreeAd(uint8 index) {
return DreamBase::getFreeAd(index);
}
@@ -80,19 +68,11 @@
void getExPos();
bool checkIfSet(uint8 x, uint8 y);
- void isItWorn();
- bool isItWorn(const DynObject *object) {
- return DreamBase::isItWorn(object);
- }
void obToInv();
void obToInv(uint8 index, uint8 flag, uint16 x, uint16 y) {
DreamBase::obToInv(index, flag, x, y);
}
void useRoutine();
- void hangOn();
- void hangOn(uint16 frameCount) {
- DreamBase::hangOn(frameCount);
- }
void examineOb(bool examineAgain = true);
void dumpWatch();
void transferText();
@@ -115,10 +95,6 @@
void monMessage(uint8 index) {
DreamBase::monMessage(index);
}
- void playChannel1();
- void playChannel1(uint8 index) {
- DreamBase::playChannel1(index);
- }
void look();
void autoLook();
void doLook();
@@ -148,10 +124,6 @@
void errorMessage1();
void errorMessage2();
void errorMessage3();
- void loadSpeech();
- bool loadSpeech(byte type1, int idx1, byte type2, int idx2) {
- return DreamBase::loadSpeech(type1, idx1, type2, idx2);
- }
void set16ColPalette();
void afterNewRoom();
void madmanRun();
@@ -169,7 +141,6 @@
void getOpenedSize();
byte getOpenedSlotSize();
byte getOpenedSlotCount();
- void checkObjectSize();
bool checkObjectSizeCPP();
void openOb();
uint8 findFirstPath(uint16 param);