From 3f68d15d4ff3eadcdeba9f26949c2ef74926c5db Mon Sep 17 00:00:00 2001 From: deuce <> Date: Mon, 21 Jan 2008 07:34:04 +0000 Subject: [PATCH] Remove unused variable. --- src/conio/ansi_cio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conio/ansi_cio.c b/src/conio/ansi_cio.c index d18dc0ca53..5bf014747e 100644 --- a/src/conio/ansi_cio.c +++ b/src/conio/ansi_cio.c @@ -66,7 +66,6 @@ static int ansix=1; static int ansiy=1; static int ansi_got_row=0; -static int ansi_got_col=0; static int doorway_enabled=0; const int ansi_colours[8]={0,4,2,6,1,5,3,7}; -- GitLab