From: Thomas Müller Date: Fri, 13 Sep 2013 15:41:09 +0000 (+0200) Subject: remove unused OC_L10N X-Git-Tag: v6.0.0alpha2~183^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=049e57ac4aff9691bd74777749a5edfa5e26c0ec;p=nextcloud-server.git remove unused OC_L10N --- diff --git a/lib/helper.php b/lib/helper.php index 5b9b961756c..66e7acb407a 100644 --- a/lib/helper.php +++ b/lib/helper.php @@ -282,7 +282,6 @@ class OC_Helper { */ public static function humanFileSize($bytes) { if ($bytes < 0) { - $l = OC_L10N::get('lib'); return "?"; } if ($bytes < 1024) {