remove silly 'always set the month to january' logic.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15929 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled
2007-04-18 23:41:59 +00:00
parent 167feed527
commit 0e79f2188e
@@ -464,9 +464,6 @@ _fixup_recurrence_start_dates(GDate *sx_start_date, GList *schedule)
recurrenceNextInstance(r, &start, &next);
if (recurrenceGetPeriodType(r) == PERIOD_MONTH)
g_date_set_month(&next, 1);
{
gchar date_str[128];
gchar *sched_str;