From 19dff227d804e17c85afb38e3621cd60856bc50e Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 19 Feb 2001 03:40:06 +0000 Subject: Removed /SET dcc_block_size and /SET dcc_fast_send - fast send is now always used and dcc_block_size is useless with it. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1250 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/irc/dcc/dcc-send.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/irc/dcc/dcc-send.h') diff --git a/src/irc/dcc/dcc-send.h b/src/irc/dcc/dcc-send.h index 493b4cd8..378f1c54 100644 --- a/src/irc/dcc/dcc-send.h +++ b/src/irc/dcc/dcc-send.h @@ -15,7 +15,6 @@ typedef struct { unsigned int file_quoted:1; /* file name was received quoted ("file name") */ /* fastsending: */ - unsigned int fastsend:1; unsigned int waitforend:1; /* file is sent, just wait for the replies from the other side */ unsigned int gotalldata:1; /* got all acks from the other end (needed to make sure the end of transfer works right) */ } SEND_DCC_REC; -- cgit v1.2.3