X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=main.c;h=aa7a900fa8934328900f7a269ffd82d728587d7a;hb=refs%2Fmerge-requests%2F172%2Fhead;hp=4a92f00835d3f4c616b50fe95ae1b4d7f6c7b670;hpb=39a25f8ec79c2a6e0f25fb9060cdb932e3383905;p=open-adventure.git diff --git a/main.c b/main.c index 4a92f00..aa7a900 100644 --- a/main.c +++ b/main.c @@ -29,9 +29,6 @@ struct game_t game; -long LNLENG, LNPOSN; -char rawbuf[LINESIZE], INLINE[LINESIZE + 1]; - FILE *logfp = NULL, *rfp = NULL; bool oldstyle = false; bool editline = true; @@ -1184,7 +1181,6 @@ Laction: default: BUG(ACTION_RETURNED_PHASE_CODE_BEYOND_END_OF_SWITCH); // LCOV_EXCL_LINE } - linenoiseFree(input); } }