From c57f4ad104711b6374cc0c4d41bc044519e04a91 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 10 May 2013 17:49:37 +0000 Subject: merge collection-documentation-* into collection-lang* git-svn-id: svn://tug.org/texlive/trunk@30372 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/tlmgrgui.pl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Master/texmf-dist/scripts') diff --git a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl index b6aacb96860..f9e9d45b584 100644 --- a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl @@ -1,7 +1,7 @@ #!/usr/bin/env perl # $Id$ # -# Copyright 2009, 2010, 2011, 2012 Norbert Preining +# Copyright 2009-2013 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # @@ -2290,12 +2290,6 @@ sub update_list_remote { $sw->add("Label", -text => $t)->pack(-padx => "3m", -pady => "3m"); $sw->Show; } - # change display names - for my $p (keys %Packages) { - if ($p =~ m/^collection-documentation-(.*)$/) { - $Packages{$p}{'displayname'} = "collection-doc-$1"; - } - } #Devel::Leak::CheckSV($handle); #warn join(",", currmem()); } -- cgit v1.2.3