diff options
author | Norbert Preining <preining@logic.at> | 2008-01-21 14:14:53 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-01-21 14:14:53 +0000 |
commit | 862e84ea836b14f360d4877cb9832f3625113822 (patch) | |
tree | f9a0e617169a6a2d7c7e09a9bc4011ad2e1b802f /Master | |
parent | b75edd07b73a89a4e239e45097285105073abd79 (diff) |
remove encodings, the are not used at all
git-svn-id: svn://tug.org/texlive/trunk@6353 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/install-menu-perltk.pl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl index 154a1c190f5..7694e40f81e 100644 --- a/Master/tlpkg/installer/install-menu-perltk.pl +++ b/Master/tlpkg/installer/install-menu-perltk.pl @@ -82,16 +82,6 @@ sub update_statusbar { $::statusbar->configure(-text => "$p"); } -my %encodings = ( - de => 'latin1', - pl => 'latin2', - ); - -# if windows has a different encoding than the one given above -my %special_win_encodings = ( - pl => 'cp1250', - ); - my %text = ( title => 'TeX Live 2008 Installation', basicinfo => 'Basic Information', custom => 'Further Customization', |