r23176 - gnucash/trunk/src/gnome - Remove commented out code.

Mike Evans mikee at code.gnucash.org
Wed Sep 18 06:13:15 EDT 2013


Author: mikee
Date: 2013-09-18 06:13:14 -0400 (Wed, 18 Sep 2013)
New Revision: 23176
Trac: http://svn.gnucash.org/trac/changeset/23176

Modified:
   gnucash/trunk/src/gnome/gnc-budget-view.c
Log:
Remove commented out code.

Modified: gnucash/trunk/src/gnome/gnc-budget-view.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-budget-view.c	2013-09-18 09:40:44 UTC (rev 23175)
+++ gnucash/trunk/src/gnome/gnc-budget-view.c	2013-09-18 10:13:14 UTC (rev 23176)
@@ -1059,7 +1059,6 @@
         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 @@
         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);



More information about the gnucash-changes mailing list