diff options
Diffstat (limited to 'lib/public/template.php')
-rw-r--r-- | lib/public/template.php | 10 |
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? |