summary refs log tree commit diff stats
path: root/src/common/dcc.h
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-05-08 21:44:29 +0200
committerPatrick Griffis <tingping@tingping.se>2016-06-29 15:42:11 -0400
commit25e197a6c84463e967065c64b5760b79884787cc (patch)
tree033d41307e3aed117fd1f15a802763930fffcea4 /src/common/dcc.h
parent7dca22048633479e28fec8e311ae80c9f55d46b6 (diff)
dcc: Disable timeout timer when not in use
This should mean that hexchat never *needs* to wake-up unless prompted
by socket activity (assuming that the lag-o-meter is not enabled).
Diffstat (limited to 'src/common/dcc.h')
-rw-r--r--src/common/dcc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/dcc.h b/src/common/dcc.h
index e7115b32..e5d0809f 100644
--- a/src/common/dcc.h
+++ b/src/common/dcc.h
@@ -110,7 +110,6 @@ gboolean is_dcc_completed (struct DCC *dcc);
 void dcc_abort (session *sess, struct DCC *dcc);
 void dcc_get (struct DCC *dcc);
 int dcc_resume (struct DCC *dcc);
-void dcc_check_timeouts (void);
 void dcc_change_nick (server *serv, char *oldnick, char *newnick);
 void dcc_notify_kill (struct server *serv);
 struct DCC *dcc_write_chat (char *nick, char *text);