remove unused OC_L10N

This commit is contained in:
Thomas Müller 2013-09-13 17:41:09 +02:00
parent 8c9add4d32
commit 049e57ac4a
1 changed files with 0 additions and 1 deletions

View 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) {