diff options
Diffstat (limited to 'src/irc/dcc/dcc-chat.h')
-rw-r--r-- | src/irc/dcc/dcc-chat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/irc/dcc/dcc-chat.h b/src/irc/dcc/dcc-chat.h index 62cb771f..c8f2cea9 100644 --- a/src/irc/dcc/dcc-chat.h +++ b/src/irc/dcc/dcc-chat.h @@ -13,7 +13,6 @@ struct CHAT_DCC_REC { #include "dcc-rec.h" char *id; /* unique identifier - usually same as nick. */ - LINEBUF_REC *readbuf; NET_SENDBUF_REC *sendbuf; unsigned int mirc_ctcp:1; /* Send CTCPs without the CTCP_MESSAGE prefix */ |