Remove some disused stuff.

This commit is contained in:
Jason S. Ninneman 2017-06-30 10:56:38 -07:00
parent 39a25f8ec7
commit d9d089bdcc
4 changed files with 35 additions and 76 deletions

View file

@ -10,9 +10,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;