diff options
Diffstat (limited to 'app/Date/GregorianDate.php')
| -rw-r--r-- | app/Date/GregorianDate.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/Date/GregorianDate.php b/app/Date/GregorianDate.php index 8105dade2d..7f04c121a8 100644 --- a/app/Date/GregorianDate.php +++ b/app/Date/GregorianDate.php @@ -30,10 +30,4 @@ class GregorianDate extends CalendarDate { $this->calendar = new GregorianCalendar; parent::__construct($date); } - - /** {@inheritdoc} */ - public static function calendarName() { - return /* I18N: The gregorian calendar */ - I18N::translate('Gregorian'); - } } |
