From 8c03680cf8ae7bcb7f92e02ade9e3464c324f8f7 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sat, 19 Mar 2005 13:03:51 +0000 Subject: remove unused variable. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2659 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/screen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd') diff --git a/mbbsd/screen.c b/mbbsd/screen.c index bf744931..c9a0ee79 100644 --- a/mbbsd/screen.c +++ b/mbbsd/screen.c @@ -8,7 +8,7 @@ #define o_standdown() output(endstandout,endstandoutlen) static unsigned char cur_ln = 0, cur_col = 0; -static unsigned char docls, downfrom = 0; +static unsigned char docls; static unsigned char standing = NA; static int scrollcnt, tc_col, tc_line; @@ -243,7 +243,7 @@ clear(void) register int i; docls = YEA; - cur_col = cur_ln = roll = downfrom = 0; + cur_col = cur_ln = roll = 0; for(i=0; imode = slp->len = slp->oldlen = 0; -- cgit v1.2.3