diff options
Diffstat (limited to 'calendar/year-view.c')
-rw-r--r-- | calendar/year-view.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/year-view.c b/calendar/year-view.c index e8cb12feb3..0a104f25a3 100644 --- a/calendar/year-view.c +++ b/calendar/year-view.c @@ -169,7 +169,6 @@ year_view_mark_day (iCalObject *ical, time_t start, time_t end, void *closure) { GncalYearView *yview = (GncalYearView *) closure; struct tm tm_s; - int days, day; time_t t, day_end; tm_s = *localtime (&start); |