aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
diff options
context:
space:
mode:
authorMax Horn2009-09-17 14:53:42 +0000
committerMax Horn2009-09-17 14:53:42 +0000
commit15652675b29388060d4c6a44025997fb64360bcc (patch)
treeb8d9738572cab4faa638a6548dbaac834a3ed3d7 /engines/sci/engine
parent5e12132550e6a36559e91014d82f2e61aba7d6f5 (diff)
downloadscummvm-rg350-15652675b29388060d4c6a44025997fb64360bcc.tar.gz
scummvm-rg350-15652675b29388060d4c6a44025997fb64360bcc.tar.bz2
scummvm-rg350-15652675b29388060d4c6a44025997fb64360bcc.zip
SCI: Removed dead code
svn-id: r44159
Diffstat (limited to 'engines/sci/engine')
-rw-r--r--engines/sci/engine/kernel.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/sci/engine/kernel.h b/engines/sci/engine/kernel.h
index 8ba7b0ea93..68e8807e56 100644
--- a/engines/sci/engine/kernel.h
+++ b/engines/sci/engine/kernel.h
@@ -79,13 +79,6 @@ public:
int findSelector(const char *selectorName) const;
/**
- * Detects whether a particular kernel function is required in the game
- * @param functionName The name of the desired kernel function
- * @return True if the kernel function is listed in the kernel table, false otherwise
- */
- bool hasKernelFunction(const char *functionName) const;
-
- /**
* Applies to all versions before 0.000.502
* Old SCI versions used to interpret the third DrawPic() parameter inversely,
* with the opposite default value (obviously).