summaryrefslogtreecommitdiffstats
path: root/lib/public/template.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-18 22:15:26 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-18 22:15:26 +0200
commit48948ccf5f6f1d7de2765fb955f956063d9bedc8 (patch)
treea1f510db2a13aa3a446ee398a426c216eab5dfa2 /lib/public/template.php
parent279a71acb37ac373703ed05050771ef971b5d9a1 (diff)
downloadnextcloud-server-48948ccf5f6f1d7de2765fb955f956063d9bedc8.tar.gz
nextcloud-server-48948ccf5f6f1d7de2765fb955f956063d9bedc8.zip
finally remove the file size obfuscation as it had more disadvantages. I was wrong, sorry.
Diffstat (limited to 'lib/public/template.php')
-rw-r--r--lib/public/template.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/public/template.php b/lib/public/template.php
index ccf19cf052c..d81a169579e 100644
--- a/lib/public/template.php
+++ b/lib/public/template.php
@@ -77,16 +77,6 @@ function relative_modified_date($timestamp) {
/**
- * @brief Return a human readable outout for a file size.
- * @param $byte size of a file in byte
- * @returns human readable interpretation of a file size
- */
-function simple_file_size($bytes) {
- return(\simple_file_size($bytes));
-}
-
-
-/**
* @brief Generate html code for an options block.
* @param $options the options
* @param $selected which one is selected?