mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove commented out code.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23176 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
6849406419
commit
ad1f7524fa
@ -1059,7 +1059,6 @@ gnc_budget_view_refresh(GncBudgetView *view)
|
||||
col = gbv_create_totals_column(view, num_periods_visible);
|
||||
if (col != NULL)
|
||||
{
|
||||
/*gtk_tree_view_append_column(priv->totals_tree_view, col);*/
|
||||
totals_col_list = g_list_append(totals_col_list, col);
|
||||
}
|
||||
|
||||
@ -1076,10 +1075,6 @@ gnc_budget_view_refresh(GncBudgetView *view)
|
||||
g_object_set_data(G_OBJECT(priv->total_col), "budget", priv->budget);
|
||||
|
||||
col = gbv_create_totals_column(view, -1);
|
||||
if (col != NULL)
|
||||
{
|
||||
/*gtk_tree_view_append_column(priv->totals_tree_view, col);*/
|
||||
}
|
||||
}
|
||||
|
||||
gbv_refresh_col_titles(view);
|
||||
|
Loading…
Reference in New Issue
Block a user