Eliminate some uses of wd2 - tests can be done on raw2 buffer instead.
[open-adventure.git] / advent.h
index b9f24fe23248fba323031bbcd166ed7d03065c35..62d3696e3d924877513b85b4613af9e85e1fc227 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -206,7 +206,6 @@ extern struct settings_t settings;
 extern void packed_to_token(long, char token[]);
 extern long token_to_packed(const char token[]);
 extern void tokenize(char*, struct command_t *);
-extern void vspeak(const char*, bool, va_list);
 extern void wordclear(token_t *);
 extern void speak(const char*, ...);
 extern void sspeak(long msg, ...);