aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gnome-cal.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gnome-cal.c')
-rw-r--r--calendar/gnome-cal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gnome-cal.c b/calendar/gnome-cal.c
index a54d4e4a78..6e2f318fae 100644
--- a/calendar/gnome-cal.c
+++ b/calendar/gnome-cal.c
@@ -336,7 +336,6 @@ mark_gtk_calendar_day (iCalObject *obj, time_t start, time_t end, void *c)
{
GtkCalendar *gtk_cal = c;
struct tm tm_s;
- int days, day;
time_t t, day_end;
tm_s = *localtime (&start);