From 1756f76079221f77904ccb9c9a504f9ebca2eb0e Mon Sep 17 00:00:00 2001 From: Robert Fewell <14uBobIT@gmail.com> Date: Thu, 18 Mar 2021 10:43:59 +0000 Subject: [PATCH] Remove redundant store code causing error which was not being used. --- gnucash/import-export/import-main-matcher.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gnucash/import-export/import-main-matcher.c b/gnucash/import-export/import-main-matcher.c index bcab5727602..d23754bcb4b 100644 --- a/gnucash/import-export/import-main-matcher.c +++ b/gnucash/import-export/import-main-matcher.c @@ -393,7 +393,6 @@ static void resolve_conflicts (GNCImportMainMatcher *info) { GtkTreeModel* model = gtk_tree_view_get_model (info->view); - GtkListStore* store = GTK_LIST_STORE(model); GtkTreeIter import_iter, best_import; gint best_match = 0;