]> ruin.nu Git - ndwebbie.git/blobdiff - lib/NDWeb/Include.pm
Remove a few warnings
[ndwebbie.git] / lib / NDWeb / Include.pm
index 1974724f7951ad1f3694efcfd8d301d86f00f2a0..b5acfbb43d8ca8f6e7d6eb58515b92f5e7f368b0 100644 (file)
@@ -26,7 +26,7 @@ use CGI qw/:standard/;
 
 our @ISA = qw/Exporter/;
 
-our @EXPORT = qw/parseMarkup min max
+our @EXPORT = qw/parseMarkup
        intelquery html_escape
        comma_value array_expand/;
 
@@ -60,17 +60,6 @@ sub parseMarkup ($) {
        return $text;
 }
 
-
-sub min {
-    my ($x,$y) = @_;
-    return ($x > $y ? $y : $x);
-}
-
-sub max {
-    my ($x,$y) = @_;
-    return ($x < $y ? $y : $x);
-}
-
 sub intelquery {
        my ($columns,$where) = @_;
        return qq{