aboutsummaryrefslogtreecommitdiff
path: root/queen/talk.h
diff options
context:
space:
mode:
authorDavid Eriksson2003-10-18 12:18:43 +0000
committerDavid Eriksson2003-10-18 12:18:43 +0000
commit935a476a29a8f045e54e1556e1c25ff76d9b942b (patch)
treed3805951fac43d5c958353be52a54eb84d9d38f3 /queen/talk.h
parentde37ee0c3e064b61b26207b9da3175a477399013 (diff)
downloadscummvm-rg350-935a476a29a8f045e54e1556e1c25ff76d9b942b.tar.gz
scummvm-rg350-935a476a29a8f045e54e1556e1c25ff76d9b942b.tar.bz2
scummvm-rg350-935a476a29a8f045e54e1556e1c25ff76d9b942b.zip
Moved function from Talk to Graphics because Cutaway need it too.
svn-id: r10891
Diffstat (limited to 'queen/talk.h')
-rw-r--r--queen/talk.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/queen/talk.h b/queen/talk.h
index 1be454584e..26b6226112 100644
--- a/queen/talk.h
+++ b/queen/talk.h
@@ -202,12 +202,6 @@ class Talk {
int state,
int faceDirection); // FIND_SACTION
- void makeSpeakBob(
- const char *text,
- BobSlot *bob,
- int textX, int textY,
- int color, int flags); // MAKE_SPEAK_BOB
-
static int splitOption(const char *str, char optionText[5][MAX_STRING_SIZE]);