SCI: Remove unused argument to said

This commit is contained in:
Willem Jan Palenstijn 2011-03-08 22:50:10 +01:00
parent b0cd614fd5
commit eece58df7f
5 changed files with 5 additions and 9 deletions

View file

@ -1020,7 +1020,7 @@ static int augment_parse_nodes(ParseTreeNode *parseT, ParseTreeNode *saidT) {
/**** Main code ****/
/*******************/
int said(EngineState *s, const byte *spec, bool verbose) {
int said(const byte *spec, bool verbose) {
int retval;
Vocabulary *voc = g_sci->getVocabulary();