From 6c42523a9218b85fdbda767dd642cc02754c2412 Mon Sep 17 00:00:00 2001 From: Matt Sergeant Date: Tue, 18 Mar 2008 19:21:00 +0000 Subject: [PATCH] Removed obsolete plugin_dir method (now use config/plugin_dirs) git-svn-id: https://svn.perl.org/qpsmtpd/trunk@866 958fd67b-6ff1-0310-b445-bb7760255be9 --- lib/Apache/Qpsmtpd.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/Apache/Qpsmtpd.pm b/lib/Apache/Qpsmtpd.pm index cafd34b..972c67e 100644 --- a/lib/Apache/Qpsmtpd.pm +++ b/lib/Apache/Qpsmtpd.pm @@ -98,12 +98,6 @@ sub config_dir { return "/var/qmail/control"; } - -sub plugin_dir { - my $self = shift; - return "$self->{qpdir}/plugins"; -} - sub getline { my $self = shift; my $c = $self->{conn} || die "Cannot getline without a conn";