X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole.pm;h=bec9675fda4f1fb643f1c43a0f123bfffd93ce27;hb=01eab49507a01b9b6135ca1fdd085094373cd78f;hp=36f085880f02f11b1f523ebdf577510eb2d8870e;hpb=699c932710930328fa6942c375e097fbced03e5a;p=maypole.git diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 36f0858..bec9675 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -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) = @_;