From 38f1bc08374b8e6a5c67f21ca079c75c255c4560 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 12 Jun 2009 16:02:40 +0200 Subject: Remove variable with "WeeChat required version" in plugins, do not compare version any more (API comparison is enough) --- src/plugins/xfer/xfer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/xfer') diff --git a/src/plugins/xfer/xfer.c b/src/plugins/xfer/xfer.c index 8ebd638fc..0f12668ec 100644 --- a/src/plugins/xfer/xfer.c +++ b/src/plugins/xfer/xfer.c @@ -47,7 +47,6 @@ WEECHAT_PLUGIN_DESCRIPTION("Xfer (file transfer and direct chat) plugin for " "WeeChat"); WEECHAT_PLUGIN_AUTHOR("FlashCode "); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); -WEECHAT_PLUGIN_WEECHAT_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE("GPL3"); struct t_weechat_plugin *weechat_xfer_plugin = NULL; -- cgit v1.2.3