Bug 6875 cleaning opac-main.pl
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 16 Sep 2011 22:40:03 +0000 (00:40 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 15 Feb 2012 13:58:36 +0000 (14:58 +0100)
C4::VirtualShelves, C4::Branch and C4::Acquisition are useless, removing their
loading

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
opac/opac-main.pl

index ff71006..61d288a 100755 (executable)
@@ -21,11 +21,8 @@ use warnings;
 use CGI;
 use C4::Auth;    # get_template_and_user
 use C4::Output;
-use C4::VirtualShelves;
-use C4::Branch;          # GetBranches
 use C4::Members;         # GetMember
 use C4::NewsChannels;    # get_opac_news
-use C4::Acquisition;     # GetRecentAcqui
 use C4::Languages qw(getTranslatedLanguages accept_language);
 
 my $input = new CGI;