From b9bced693a9e181bec9f81d1f808df2f94c03d82 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 9 Aug 2015 23:39:14 +0200 Subject: [PATCH] Remove some unused data --- gtk/gtkcalendar.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c index b4ef54307b..894cd6b85a 100644 --- a/gtk/gtkcalendar.c +++ b/gtk/gtkcalendar.c @@ -89,12 +89,6 @@ static const guint month_length[2][13] = { 0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 } }; -static const guint days_in_months[2][14] = -{ - { 0, 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 }, - { 0, 0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366 } -}; - static gboolean leap (guint year) {