]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove unused L10N variable
authorBart Visscher <bartv@thisnet.nl>
Wed, 30 May 2012 15:47:31 +0000 (17:47 +0200)
committerBart Visscher <bartv@thisnet.nl>
Thu, 31 May 2012 11:01:30 +0000 (13:01 +0200)
apps/tasks/index.php

index 5e17ca454ec1fe9dbaedc71088286d58971e13a7..4ff304a56079b244ee7d5354159e8b1f6a5ea43a 100644 (file)
@@ -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);