aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks.h
diff options
context:
space:
mode:
authorAlyssa Milburn2011-07-02 00:18:26 +0200
committerAlyssa Milburn2011-07-02 00:18:26 +0200
commitaceb1470cb8448bc76453c6db47b76750219a318 (patch)
tree1a446b01e1b5552a1ec9be4e7ea4d8b23ce5b18c /engines/mohawk/livingbooks.h
parent1b2b9e7604122075a15cb54fe665a32d739b27b0 (diff)
downloadscummvm-rg350-aceb1470cb8448bc76453c6db47b76750219a318.tar.gz
scummvm-rg350-aceb1470cb8448bc76453c6db47b76750219a318.tar.bz2
scummvm-rg350-aceb1470cb8448bc76453c6db47b76750219a318.zip
MOHAWK: Use LBCode instead of running scripts in LBItem.
Diffstat (limited to 'engines/mohawk/livingbooks.h')
-rw-r--r--engines/mohawk/livingbooks.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/mohawk/livingbooks.h b/engines/mohawk/livingbooks.h
index ed198a60c1..6cf3ee361b 100644
--- a/engines/mohawk/livingbooks.h
+++ b/engines/mohawk/livingbooks.h
@@ -434,7 +434,6 @@ protected:
void runScript(uint event, uint16 data = 0, uint16 from = 0);
int runScriptEntry(LBScriptEntry *entry);
- LBValue parseValue(const Common::String &command, uint &pos);
void runCommand(const Common::String &command);
bool checkCondition(const Common::String &condition);