From 6a01d52f35e9526e71f055a53e12741ba687daf6 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 16 Jul 2012 18:36:16 -0400 Subject: [PATCH] rm extra match_remove --- termite.c | 1 - 1 file changed, 1 deletion(-) diff --git a/termite.c b/termite.c index 4798965..8cf83a1 100644 --- a/termite.c +++ b/termite.c @@ -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; }