From 0934a975b2bfb7582fd32d9f067ee1bf2cd5bf81 Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Wed, 30 May 2012 17:47:31 +0200 Subject: [PATCH] Remove unused L10N variable --- apps/tasks/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/tasks/index.php b/apps/tasks/index.php index 5e17ca454ec..4ff304a5607 100644 --- a/apps/tasks/index.php +++ b/apps/tasks/index.php @@ -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); -- 2.39.5