mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -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_namespace *name_space;
|
||||||
gnc_commodity *commodity = NULL;
|
gnc_commodity *commodity = NULL;
|
||||||
GNCPrice *price;
|
GNCPrice *price;
|
||||||
GList *ns_list, *cm_list, *price_list;
|
GList *ns_list, *cm_list;
|
||||||
guint i, depth;
|
guint i, depth;
|
||||||
|
|
||||||
g_return_val_if_fail (GNC_IS_TREE_MODEL_PRICE (tree_model), FALSE);
|
g_return_val_if_fail (GNC_IS_TREE_MODEL_PRICE (tree_model), FALSE);
|
||||||
|
Loading…
Reference in New Issue
Block a user