mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
More code cleanup
This commit is contained in:
parent
e780fcdc33
commit
12788c0c06
@ -182,9 +182,7 @@ gboolean gnc_gen_trans_list_empty(GNCImportMainMatcher *info)
|
|||||||
GtkTreeModel *model;
|
GtkTreeModel *model;
|
||||||
GtkTreeIter iter;
|
GtkTreeIter iter;
|
||||||
GNCImportTransInfo *trans_info;
|
GNCImportTransInfo *trans_info;
|
||||||
|
|
||||||
g_assert (info);
|
g_assert (info);
|
||||||
|
|
||||||
model = gtk_tree_view_get_model (info->view);
|
model = gtk_tree_view_get_model (info->view);
|
||||||
return !gtk_tree_model_get_iter_first (model, &iter);
|
return !gtk_tree_model_get_iter_first (model, &iter);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user