summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl10
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',