diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-06-12 16:02:40 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-06-12 16:02:40 +0200 |
commit | 38f1bc08374b8e6a5c67f21ca079c75c255c4560 (patch) | |
tree | 1e9adc1c3d89f821ac63075c48b8e7caf154e56d /src/plugins/logger | |
parent | 58e6a514eb14a5eb9cf7e1b1b593bfe9b7dc7585 (diff) | |
download | weechat-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/logger')
-rw-r--r-- | src/plugins/logger/logger.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/logger/logger.c b/src/plugins/logger/logger.c index 96be9608c..62d17e9e0 100644 --- a/src/plugins/logger/logger.c +++ b/src/plugins/logger/logger.c @@ -47,7 +47,6 @@ WEECHAT_PLUGIN_NAME(LOGGER_PLUGIN_NAME); WEECHAT_PLUGIN_DESCRIPTION("Logger 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_logger_plugin = NULL; |