summary refs log tree commit diff stats
path: root/src/common/hexchat.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-05-11 02:00:32 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-05-11 02:00:32 +0200
commita98b95923b4cfc2b05bc570036f810d127aa6e90 (patch)
treea3ce20ad97646c6be03f80b40fc7cf9ad08b2ad0 /src/common/hexchat.h
parentcf3d1ebb8b9177f5284c4afdeb02cbe820105175 (diff)
Get rid of this unnecessary buffer
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r--src/common/hexchat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h
index f3b9ce85..0a449bfa 100644
--- a/src/common/hexchat.h
+++ b/src/common/hexchat.h
@@ -527,7 +527,6 @@ typedef struct server
 	char hostname[128];				/* real ip number */
 	char servername[128];			/* what the server says is its name */
 	char password[86];
-	char sasluser[32];				/* this is just a buffer for network->user */
 	char nick[NICKLEN];
 	char linebuf[2048];				/* RFC says 512 chars including \r\n */
 	char *last_away_reason;