mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-02 05:29:20 -06:00
Code clean up, remove unused variable
This commit is contained in:
parent
583935cc2b
commit
3e7235070f
@ -508,7 +508,7 @@ gnc_tree_model_price_get_iter (GtkTreeModel *tree_model,
|
||||
gnc_commodity_namespace *name_space;
|
||||
gnc_commodity *commodity = NULL;
|
||||
GNCPrice *price;
|
||||
GList *ns_list, *cm_list, *price_list;
|
||||
GList *ns_list, *cm_list;
|
||||
guint i, depth;
|
||||
|
||||
g_return_val_if_fail (GNC_IS_TREE_MODEL_PRICE (tree_model), FALSE);
|
||||
|
Loading…
Reference in New Issue
Block a user