Remove unused function getCategoryOptions from OC_Calendar_Object

This commit is contained in:
Bart Visscher 2012-04-12 22:43:59 +02:00
parent 5fa90cd214
commit b2011bd0a0
1 changed files with 0 additions and 21 deletions

View File

@ -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(