Skip to content

Commit

Permalink
Remove redundant store code causing error which was not being used.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-IT committed Mar 18, 2021
1 parent 1ba571c commit 1756f76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gnucash/import-export/import-main-matcher.c
Expand Up @@ -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;

Expand Down

0 comments on commit 1756f76

Please sign in to comment.