mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
server->cmd_last_split wasn't used anymore, removed code related to it.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1024 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1a536c204c
commit
46a427b410
3 changed files with 14 additions and 28 deletions
|
|
@ -60,8 +60,6 @@ typedef struct {
|
|||
there actually is, to make flood control remember
|
||||
how many messages can be sent before starting the
|
||||
flood control */
|
||||
int cmd_last_split; /* Last command wasn't sent entirely to server.
|
||||
First item in `cmdqueue' should be re-sent. */
|
||||
GSList *cmdqueue;
|
||||
GTimeVal wait_cmd; /* don't send anything to server before this */
|
||||
GTimeVal last_cmd; /* last time command was sent to server */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue