diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-04-12 22:43:59 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-04-12 23:10:49 +0200 |
commit | b2011bd0a01e9084a7fc1d5a04ed02a29c69ac4b (patch) | |
tree | b33f9c0b4fb5d5de19f7d3f6e9c190c3cf353ddd /apps/calendar/lib | |
parent | 5fa90cd21412b8bf06f97e32e6c14f1b62f27714 (diff) | |
download | nextcloud-server-b2011bd0a01e9084a7fc1d5a04ed02a29c69ac4b.tar.gz nextcloud-server-b2011bd0a01e9084a7fc1d5a04ed02a29c69ac4b.zip |
Remove unused function getCategoryOptions from OC_Calendar_Object
Diffstat (limited to 'apps/calendar/lib')
-rw-r--r-- | apps/calendar/lib/object.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/apps/calendar/lib/object.php b/apps/calendar/lib/object.php index e0c0e83d5d0..4d4421b5c4a 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( |