Documentation polishing.
[open-adventure.git] / cheat.c
diff --git a/cheat.c b/cheat.c
index a9b7b6c6f2af3071a1f36079ad0e3eab06686afa..798460464d3b75d0b760155f8322fb7015b66816 100644 (file)
--- a/cheat.c
+++ b/cheat.c
@@ -4,12 +4,10 @@
 #include <stdbool.h>
 #include <time.h>
 #include "advent.h"
-#include "linenoise/linenoise.h"
 #include "dungeon.h"
 
 FILE  *logfp = NULL, *rfp = NULL;
 bool oldstyle = false;
-bool editline = true;
 bool prompt = true;
 
 int main(int argc, char *argv[])