[gtk+] Remove some unused data
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Remove some unused data
- Date: Sun, 9 Aug 2015 21:40:22 +0000 (UTC)
commit b9bced693a9e181bec9f81d1f808df2f94c03d82
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Aug 9 23:39:14 2015 +0200
Remove some unused data
gtk/gtkcalendar.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c
index b4ef543..894cd6b 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)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]