Removed a useless reminiscent from the past. - irc - IRC client based on c9x.me/irc client
HTML git clone git://git.codemadness.org/irc
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 3597152e7424b24233a60fe1b7492e8ee178d08f
DIR parent 45c4c659970dee52d8dd373e548877ae453b690d
HTML Author: Quentin Carbonneaux <qcarbonneaux@gmail.com>
Date: Thu, 15 Mar 2012 00:18:31 +0100
Removed a useless reminiscent from the past.
Diffstat:
M irc.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/irc.c b/irc.c
@@ -37,7 +37,6 @@ struct {
int y;
WINDOW *sw, *mw, *iw;
} scr; /* Screen relative data. */
-int eof; /* EOF reached on server side. */
struct Chan {
char name[ChanLen];
char *buf, *eol;