forked from AuroraMiddleware/gtk
Remove some unused data
This commit is contained in:
parent
3eb0eaffe2
commit
b9bced693a
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user