diff options
author | Eugene Sandulenko | 2011-11-02 23:24:17 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2011-11-02 23:24:17 +0000 |
commit | c8bc4e37a83e01b149bef85f391b5d7e99c4bf0d (patch) | |
tree | a042ba5875f29a28141e752f0696e7c8f6701493 | |
parent | 6d4189e2edd8c62e00e03799aa9c788b4d669d3b (diff) | |
download | scummvm-rg350-c8bc4e37a83e01b149bef85f391b5d7e99c4bf0d.tar.gz scummvm-rg350-c8bc4e37a83e01b149bef85f391b5d7e99c4bf0d.tar.bz2 scummvm-rg350-c8bc4e37a83e01b149bef85f391b5d7e99c4bf0d.zip |
DREAMWEB: Remove explicit comparisons
-rw-r--r-- | engines/dreamweb/stubs.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp index bfa22f431c..7f8a511cde 100644 --- a/engines/dreamweb/stubs.cpp +++ b/engines/dreamweb/stubs.cpp @@ -1477,8 +1477,6 @@ void DreamGenContext::checkcoords(const RectWithCallback *rectWithCallbacks) { dropobject(); else if(callback == addr_useopened) useopened(); - else if(callback == addr_setpickup) - setpickup(); else if(callback == addr_intoinv) intoinv(); // withlist1 @@ -1542,8 +1540,6 @@ void DreamGenContext::checkcoords(const RectWithCallback *rectWithCallbacks) { diarykeyn(); else if(callback == addr_diarykeyp) diarykeyp(); - else if(callback == addr_quitkey) - quitkey(); // opslist else if(callback == addr_getbackfromops) getbackfromops(); |