diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-12 08:44:16 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-12 08:44:16 +0200 |
commit | d0d4d2ef5b662ef32b3eb5871172e1fe5f980ed4 (patch) | |
tree | 1656b7910a49b94da9c90ecb2a641dc1515030b2 /src | |
parent | 0866bc7e6d2150558a6d3cba23dbb260b9801114 (diff) | |
download | weechat-d0d4d2ef5b662ef32b3eb5871172e1fe5f980ed4.zip |
trigger: remove obsolete comment
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/trigger/trigger.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/trigger/trigger.c b/src/plugins/trigger/trigger.c index 1dc6fdfb6..a348db58a 100644 --- a/src/plugins/trigger/trigger.c +++ b/src/plugins/trigger/trigger.c @@ -580,12 +580,6 @@ trigger_regex_split (const char *str_regex, (*regex)[index].str_regex, REG_EXTENDED | REG_ICASE) != 0) { - /* - weechat_printf (NULL, - _("%s%s: error compiling regular expression \"%s\""), - weechat_prefix ("error"), TRIGGER_PLUGIN_NAME, - (*regex)[index].str_regex); - */ free ((*regex)[index].regex); (*regex)[index].regex = NULL; goto compile_error; |