Removed unused code, reindented
[open-adventure.git] / advent.h
index c545f048f2f67a943957a10a26b994083ef3c851..6efe5efbddea9ec0fd498717717e93ebe1d7f5c2 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -206,7 +206,6 @@ 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 bool wordeq(token_t, token_t);
 extern bool wordempty(token_t);
 extern void wordclear(token_t *);
 extern void speak(const char*, ...);