From a0c067856fa1fb7147e458c68ce20ca55e9a2b84 Mon Sep 17 00:00:00 2001 From: Paul Richards Date: Sat, 10 Mar 2012 13:12:20 +0000 Subject: [PATCH] remove comment --- core/print_api.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/print_api.php b/core/print_api.php index 922d818b5f..4ecf42145d 100644 --- a/core/print_api.php +++ b/core/print_api.php @@ -1354,10 +1354,6 @@ function print_hidden_input( $p_field_key, $p_field_val ) { } } -# =============================== -# Deprecated Functions -# =============================== - # Get icon corresponding to the specified filename function print_file_icon( $p_filename ) { $t_icon = file_get_icon_url( $p_filename );