From 12788c0c0601f251cc8c85f9ab430f510fc92d8d Mon Sep 17 00:00:00 2001 From: jean Date: Sat, 14 Mar 2020 19:13:23 -0700 Subject: [PATCH] More code cleanup --- gnucash/import-export/import-main-matcher.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnucash/import-export/import-main-matcher.c b/gnucash/import-export/import-main-matcher.c index 0c0a4ffe8b..284a19b284 100644 --- a/gnucash/import-export/import-main-matcher.c +++ b/gnucash/import-export/import-main-matcher.c @@ -182,9 +182,7 @@ gboolean gnc_gen_trans_list_empty(GNCImportMainMatcher *info) GtkTreeModel *model; GtkTreeIter iter; GNCImportTransInfo *trans_info; - g_assert (info); - model = gtk_tree_view_get_model (info->view); return !gtk_tree_model_get_iter_first (model, &iter); }