summaryrefslogtreecommitdiff
path: root/src/plugins/xfer/xfer.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-11-02 18:54:25 +0100
committerSebastien Helleu <flashcode@flashtux.org>2008-11-02 18:54:25 +0100
commit6e69f7f3ce22bf5537b1e02088b95352d04ec5cc (patch)
treeb041426d6c655c4ba1c03d1a19a175d4b130a2b3 /src/plugins/xfer/xfer.c
parent640ff6b51c249b44c382eb92c03dafbfb482bc91 (diff)
downloadweechat-6e69f7f3ce22bf5537b1e02088b95352d04ec5cc.zip
Remove debug plugin (merged to core), new debug variable for each plugin (no more signals for setting debug)
Diffstat (limited to 'src/plugins/xfer/xfer.c')
-rw-r--r--src/plugins/xfer/xfer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/xfer/xfer.c b/src/plugins/xfer/xfer.c
index 4dff0a706..872b08982 100644
--- a/src/plugins/xfer/xfer.c
+++ b/src/plugins/xfer/xfer.c
@@ -70,8 +70,6 @@ struct t_xfer *xfer_list = NULL; /* list of files/chats */
struct t_xfer *last_xfer = NULL; /* last file/chat in list */
int xfer_count = 0; /* number of xfer */
-int xfer_debug = 0;
-
int xfer_signal_upgrade_received = 0; /* signal "upgrade" received ? */
@@ -1366,8 +1364,6 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
(void) argv;
weechat_plugin = plugin;
-
- xfer_debug = weechat_config_boolean (weechat_config_get ("weechat.plugin.debug"));
if (!xfer_config_init ())
return WEECHAT_RC_ERROR;