aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/talk.h')
-rw-r--r--engines/sherlock/talk.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/engines/sherlock/talk.h b/engines/sherlock/talk.h
index 71f093f66a..d26259dbfd 100644
--- a/engines/sherlock/talk.h
+++ b/engines/sherlock/talk.h
@@ -128,9 +128,6 @@ class UserInterface;
class Talk {
friend class UserInterface;
private:
- Common::Array<TalkSequences> STILL_SEQUENCES;
- Common::Array<TalkSequences> TALK_SEQUENCES;
-private:
SherlockEngine *_vm;
Common::Stack<SequenceEntry> _savedSequences;
Common::Stack<SequenceEntry> _sequenceStack;
@@ -188,11 +185,8 @@ public:
Talk(SherlockEngine *vm);
/**
- * Sets talk sequences
+ * Return a given talk statement
*/
- void setSequences(const byte *talkSequences, const byte *stillSequences,
- int maxPeople);
-
Statement &operator[](int idx) { return _statements[idx]; }
/**