removed unused / nonfunctional method stub
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 29 Mar 2010 18:44:14 +0000 (18:44 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 29 Mar 2010 18:44:14 +0000 (18:44 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@16037 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm

index 3cf3191..d6af144 100644 (file)
@@ -1907,20 +1907,6 @@ sub rec_to_mr_rec_descriptors {
 }
 
 
-
-
-__PACKAGE__->register_method(
-       method => 'copies_created_on',  
-);
-
-
-sub copies_created_on {
-       my( $self, $conn, $auth, $org, $date ) = @_;
-       my $e = new_editor(authtoken=>$auth);
-       return $e->event unless $e->checkauth;
-}
-
-
 __PACKAGE__->register_method(
        method => 'fetch_age_protect',
        api_name => 'open-ils.search.copy.age_protect.retrieve.all',