summaryrefslogtreecommitdiff
path: root/src/plugins/alias
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-06-12 16:02:40 +0200
committerSebastien Helleu <flashcode@flashtux.org>2009-06-12 16:02:40 +0200
commit38f1bc08374b8e6a5c67f21ca079c75c255c4560 (patch)
tree1e9adc1c3d89f821ac63075c48b8e7caf154e56d /src/plugins/alias
parent58e6a514eb14a5eb9cf7e1b1b593bfe9b7dc7585 (diff)
downloadweechat-38f1bc08374b8e6a5c67f21ca079c75c255c4560.zip
Remove variable with "WeeChat required version" in plugins, do not compare version any more (API comparison is enough)
Diffstat (limited to 'src/plugins/alias')
-rw-r--r--src/plugins/alias/alias.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/alias/alias.c b/src/plugins/alias/alias.c
index 0b51c9bdd..fb215d1b8 100644
--- a/src/plugins/alias/alias.c
+++ b/src/plugins/alias/alias.c
@@ -32,7 +32,6 @@ WEECHAT_PLUGIN_NAME(ALIAS_PLUGIN_NAME);
WEECHAT_PLUGIN_DESCRIPTION("Alias plugin for WeeChat");
WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>");
WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION);
-WEECHAT_PLUGIN_WEECHAT_VERSION(WEECHAT_VERSION);
WEECHAT_PLUGIN_LICENSE("GPL3");
struct t_weechat_plugin *weechat_alias_plugin = NULL;