aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippos Karapetis2016-01-15 21:34:42 +0200
committerFilippos Karapetis2016-01-15 21:34:42 +0200
commitf2e80ffc7f4fcbfa0920af34a232aa6153aa1f88 (patch)
tree07888f1a77ee1b9d606b2c80a6558c0efc060931
parentf3cdd217ba815f4dccf7a507fef7f1287f5dd1a9 (diff)
downloadscummvm-rg350-f2e80ffc7f4fcbfa0920af34a232aa6153aa1f88.tar.gz
scummvm-rg350-f2e80ffc7f4fcbfa0920af34a232aa6153aa1f88.tar.bz2
scummvm-rg350-f2e80ffc7f4fcbfa0920af34a232aa6153aa1f88.zip
SCI: Do not map SetScroll twice
-rw-r--r--engines/sci/engine/kernel_tables.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/sci/engine/kernel_tables.h b/engines/sci/engine/kernel_tables.h
index 7be85fc3e5..fce3230a18 100644
--- a/engines/sci/engine/kernel_tables.h
+++ b/engines/sci/engine/kernel_tables.h
@@ -627,11 +627,6 @@ static SciKernelMapEntry s_kernelMap[] = {
{ MAP_DUMMY(InputText), SIG_EVERYWHERE, "(.*)", NULL, NULL },
{ MAP_DUMMY(TextWidth), SIG_EVERYWHERE, "(.*)", NULL, NULL },
{ MAP_DUMMY(PointSize), SIG_EVERYWHERE, "(.*)", NULL, NULL },
- // SetScroll is called by script 64909, Styler::doit(), but it doesn't seem to
- // be used at all (plus, it was then changed to a dummy function in SCI3).
- // Since this is most likely unused, and we got no test case, error out when
- // it is called in order to find an actual call to it.
- { MAP_DUMMY(SetScroll), SIG_EVERYWHERE, "(.*)", NULL, NULL },
// SCI2.1 Kernel Functions
{ MAP_CALL(CD), SIG_EVERYWHERE, "(.*)", NULL, NULL },