Date: Removed unused ::easter method

- It is duplicated in Dates.cpp.
This commit is contained in:
Paul Beckingham
2015-09-26 13:19:20 -04:00
parent 227163a4a1
commit 71e2f1bf2f
3 changed files with 1 additions and 46 deletions

View File

@@ -70,7 +70,6 @@ public:
static bool valid (const int, const int, const int);
static bool valid (const int, const int);
static time_t easter (int year);
static bool leapYear (int);
static int daysInMonth (int, int);
static int daysInYear (int);