]> git.decadent.org.uk Git - maypole.git/commitdiff
Removed __to_boolean()
authorDavid Baird <cpan.zerofive@googlemail.com>
Tue, 11 Oct 2005 21:32:22 +0000 (21:32 +0000)
committerDavid Baird <cpan.zerofive@googlemail.com>
Tue, 11 Oct 2005 21:32:22 +0000 (21:32 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@397 48953598-375a-da11-a14b-00016c27c3ee

lib/Maypole.pm

index 36f085880f02f11b1f523ebdf577510eb2d8870e..bec9675fda4f1fb643f1c43a0f123bfffd93ce27 100644 (file)
@@ -284,9 +284,6 @@ sub is_model_applicable
     return 0;
 }
 
-# *only* intended for translating the return code from is_applicable()
-sub __to_boolean { $_[0] == OK ? 1 : 0 }
-
 sub call_authenticate 
 {
     my ($self) = @_;