From b2011bd0a01e9084a7fc1d5a04ed02a29c69ac4b Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Thu, 12 Apr 2012 22:43:59 +0200 Subject: [PATCH] Remove unused function getCategoryOptions from OC_Calendar_Object --- apps/calendar/lib/object.php | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/apps/calendar/lib/object.php b/apps/calendar/lib/object.php index e0c0e83d5d..4d4421b5c4 100644 --- a/apps/calendar/lib/object.php +++ b/apps/calendar/lib/object.php @@ -320,27 +320,6 @@ class OC_Calendar_Object{ return $dtend; } - public static function getCategoryOptions($l10n) - { - return array( - $l10n->t('Birthday'), - $l10n->t('Business'), - $l10n->t('Call'), - $l10n->t('Clients'), - $l10n->t('Deliverer'), - $l10n->t('Holidays'), - $l10n->t('Ideas'), - $l10n->t('Journey'), - $l10n->t('Jubilee'), - $l10n->t('Meeting'), - $l10n->t('Other'), - $l10n->t('Personal'), - $l10n->t('Projects'), - $l10n->t('Questions'), - $l10n->t('Work'), - ); - } - public static function getRepeatOptions($l10n) { return array(