From beb760d5166c2138f25e8a59d93604f712536061 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 18 Jan 2009 11:52:01 +0100 Subject: code cleanup --- functions.php | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 7eb8dd405..326fa74b5 100644 --- a/functions.php +++ b/functions.php @@ -5792,36 +5792,6 @@ print ""; } - function print_label_dlg_common_examples() { - - print __("Match ") . " "; - -/* print ""; */ - - print ""; - - print ""; - - print " "; - } - function feed_has_icon($id) { return is_file(ICONS_DIR . "/$id.ico") && filesize(ICONS_DIR . "/$id.ico") > 0; } -- cgit v1.2.3-54-g00ecf