From 35aad80cdc7fe4285e60c639bae1c26fb25d27d3 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 20 Jun 2012 15:26:11 +0200 Subject: [PATCH] We don't need that there --- include.misc.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include.misc.php b/include.misc.php index 521b6c1..57264ce 100644 --- a/include.misc.php +++ b/include.misc.php @@ -145,8 +145,3 @@ function hex_from_rgb($rgb) return false; } } - -/*function is_empty($variable) -{ - return (trim($variable) == ""); -}*/