diff options
Diffstat (limited to 'engines')
-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(); |