summaryrefslogtreecommitdiff
path: root/FS/FS/contact_email.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/contact_email.pm')
-rw-r--r--FS/FS/contact_email.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/FS/FS/contact_email.pm b/FS/FS/contact_email.pm
index 4f78735..a0ff273 100644
--- a/FS/FS/contact_email.pm
+++ b/FS/FS/contact_email.pm
@@ -2,8 +2,6 @@ package FS::contact_email;
use base qw( FS::Record );
use strict;
-use FS::Record qw( qsearch qsearchs );
-use FS::contact;
=head1 NAME
@@ -112,11 +110,6 @@ sub check {
$self->SUPER::check;
}
-sub contact {
- my $self = shift;
- qsearchs( 'contact', { 'contactnum' => $self->contactnum } );
-}
-
=back
=head1 BUGS