aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v6he.cpp')
-rw-r--r--scumm/script_v6he.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp
index 4a9b0382d3..3b036363b5 100644
--- a/scumm/script_v6he.cpp
+++ b/scumm/script_v6he.cpp
@@ -778,16 +778,6 @@ void ScummEngine_v6he::o6_kernelSetFunctions() {
case 5:
//Used before mini games in 3DO versions, seems safe to ignore.
break;
- case 21:
- _skipDrawObject = 1;
- break;
- case 22:
- _skipDrawObject = 0;
- break;
- case 23:
- _charset->clearCharsetMask();
- _fullRedraw = 1;
- break;
default:
warning("o6_kernelSetFunctions: default case %d (param count %d)", args[0], num);
break;