]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove unused OC_L10N
authorThomas Müller <thomas.mueller@tmit.eu>
Fri, 13 Sep 2013 15:41:09 +0000 (17:41 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Fri, 13 Sep 2013 15:41:09 +0000 (17:41 +0200)
lib/helper.php

index 5b9b961756caeb825c7321d2bb60255612c0cc95..66e7acb407a7d69d7f7c17353f911c9af1e1b9d5 100644 (file)
@@ -282,7 +282,6 @@ class OC_Helper {
         */
        public static function humanFileSize($bytes) {
                if ($bytes < 0) {
-                       $l = OC_L10N::get('lib');
                        return "?";
                }
                if ($bytes < 1024) {