Remove unused L10N variable

remotes/origin/stable45
Bart Visscher 2012-05-30 17:47:31 +07:00
parent 4434016a8b
commit 0934a975b2
1 changed files with 0 additions and 1 deletions

@ -26,7 +26,6 @@ OCP\Util::addScript('','oc-vcategories');
OCP\App::setActiveNavigationEntry('tasks_index');
$categories = OC_Calendar_App::getCategoryOptions();
$l10n = new OC_L10N('tasks');
$priority_options = OC_Task_App::getPriorityOptions();
$output = new OCP\Template('tasks', 'tasks', 'user');
$output->assign('priority_options', $priority_options);