diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-13 17:41:09 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-13 17:41:09 +0200 |
commit | 049e57ac4aff9691bd74777749a5edfa5e26c0ec (patch) | |
tree | c90a5f2f3e1ad9e4811f824ef15a8b2813b991c6 /lib/helper.php | |
parent | 8c9add4d3292659228b3d0cf009a7945f09f2705 (diff) | |
download | nextcloud-server-049e57ac4aff9691bd74777749a5edfa5e26c0ec.tar.gz nextcloud-server-049e57ac4aff9691bd74777749a5edfa5e26c0ec.zip |
remove unused OC_L10N
Diffstat (limited to 'lib/helper.php')
-rw-r--r-- | lib/helper.php | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |