diff options
Diffstat (limited to 'app/Date/JulianDate.php')
| -rw-r--r-- | app/Date/JulianDate.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/Date/JulianDate.php b/app/Date/JulianDate.php index 45b3e1b9b9..995623afcc 100644 --- a/app/Date/JulianDate.php +++ b/app/Date/JulianDate.php @@ -35,12 +35,6 @@ class JulianDate extends CalendarDate { } /** {@inheritdoc} */ - public static function calendarName() { - return /* I18N: The julian calendar */ - I18N::translate('Julian'); - } - - /** {@inheritdoc} */ protected static function nextYear($year) { if ($year == -1) { return 1; |
