X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=main.c;h=2a2f99e3451a05845500c829309488c57d25f3ba;hp=17f2643c901f66a8313cf29bdfb7d162cc519d25;hb=5701a777c653c31cbdf56c6b9a2aa3c07ab9eac1;hpb=2fa530340d65c636fb297aee5df5805393f08d31 diff --git a/main.c b/main.c index 17f2643..2a2f99e 100644 --- a/main.c +++ b/main.c @@ -989,8 +989,6 @@ static void listobjects(void) static bool get_command_input(struct command_t *command) { char inputbuf[LINESIZE]; - char word1[TOKLEN + 1]; - char word2[TOKLEN + 1]; char* input; for (;;) {