Abolish SPEAK().
[open-adventure.git] / advent.h
index e831a0a9086e69d2f377d0f6017324ab89937967..945543ce488e84cd6428b22eb263cfa480f7d005 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -89,7 +89,6 @@ extern lcg_state lcgstate;
 extern void* xmalloc(size_t);
 extern void packed_to_token(long, char token[6]);
 extern void newspeak(char*);
-extern void SPEAK(vocab_t);
 extern void PSPEAK(vocab_t,int);
 extern void RSPEAK(vocab_t);
 extern void SETPRM(long,long,long);