diff options
author | Timo Sirainen <cras@irssi.org> | 2001-02-19 03:40:06 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-02-19 03:40:06 +0000 |
commit | 19dff227d804e17c85afb38e3621cd60856bc50e (patch) | |
tree | 379b16b08c29151bc62686435bad937deb200fa3 /src/irc/dcc/dcc-send.h | |
parent | c1c7674ae2eee9be7717394f9eab66c0f01db63e (diff) | |
download | irssi-19dff227d804e17c85afb38e3621cd60856bc50e.zip |
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
Diffstat (limited to 'src/irc/dcc/dcc-send.h')
-rw-r--r-- | src/irc/dcc/dcc-send.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |