rm extra match_remove

This commit is contained in:
Daniel Micay 2012-07-16 18:36:16 -04:00
parent f26eda9a6f
commit 6a01d52f35
1 changed files with 0 additions and 1 deletions

View File

@ -547,7 +547,6 @@ static void load_config(GtkWindow *window, VteTerminal *vte, config_info *info,
if (get_config_boolean(config, "options", "search_wrap", &cfgbool)) {
vte_terminal_search_set_wrap_around(vte, cfgbool);
}
vte_terminal_match_remove(vte, info->tag);
if (get_config_boolean(config, "options", "clickable_url", &cfgbool)) {
info->clickable_url = cfgbool;
}