mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
Dates
- Removed unused ::leapYear function.
This commit is contained in:
parent
23e3499244
commit
d5919d9608
1 changed files with 0 additions and 9 deletions
|
@ -63,15 +63,6 @@ static bool isDay (const std::string& name, int& i)
|
|||
return false;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/**/
|
||||
static bool leapYear (int year)
|
||||
{
|
||||
return ((!(year % 4)) && (year % 100)) ||
|
||||
(!(year % 400));
|
||||
}
|
||||
/**/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
static void easter (struct tm* t)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue