From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Mon, 29 Mar 2010 18:44:14 +0000 (+0000)
Subject: removed unused / nonfunctional method stub
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3677e6dcf937529ec785a728313b06bb66391484;p=evergreen%2Ftadl.git

removed unused / nonfunctional method stub

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16037 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm b/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm
index 3cf319101e..d6af144a0f 100644
--- a/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm
+++ b/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm
@@ -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',