summaryrefslogtreecommitdiff
path: root/FS/FS/svc_pbx.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-06-29 10:54:16 -0700
committerIvan Kohler <ivan@freeside.biz>2016-06-29 10:54:16 -0700
commit55f757667dadf2e16b1c91bfe4c456accf6f7999 (patch)
tree4d896be5d737c823620c8e237f97c85b3fcd210e /FS/FS/svc_pbx.pm
parentcfcfc1fe61d80d539ec73c29bc0b3f1518f09ec0 (diff)
remove unneeded code
Diffstat (limited to 'FS/FS/svc_pbx.pm')
-rw-r--r--FS/FS/svc_pbx.pm24
1 files changed, 0 insertions, 24 deletions
diff --git a/FS/FS/svc_pbx.pm b/FS/FS/svc_pbx.pm
index b28f057..a5e181d 100644
--- a/FS/FS/svc_pbx.pm
+++ b/FS/FS/svc_pbx.pm
@@ -141,18 +141,6 @@ otherwise returns false.
The additional fields pkgnum and svcpart (see L<FS::cust_svc>) should be
defined. An FS::cust_svc record will be created and inserted.
-=cut
-
-sub insert {
- my $self = shift;
- my $error;
-
- $error = $self->SUPER::insert;
- return $error if $error;
-
- '';
-}
-
=item delete
Delete this record from the database.
@@ -206,18 +194,6 @@ sub delete {
Replaces the OLD_RECORD with this one in the database. If there is an error,
returns the error, otherwise returns false.
-=cut
-
-#sub replace {
-# my ( $new, $old ) = ( shift, shift );
-# my $error;
-#
-# $error = $new->SUPER::replace($old);
-# return $error if $error;
-#
-# '';
-#}
-
=item suspend
Called by the suspend method of FS::cust_pkg (see L<FS::cust_pkg>).