Remove forgotten unused variable.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13167 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Chris Shoemaker 2006-02-09 05:23:51 +00:00
parent 7bb17ee723
commit 5f56bec772

View File

@ -357,7 +357,6 @@ cdf_period(GtkTreeViewColumn *col, GtkCellRenderer *cell,
t2 = gnc_main_window_summary_get_end();
if (t2 > t1) {
GValue *value;
gnc_numeric b1, b2, b3;
g_value_init (value, G_TYPE_STRING);