diff options
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r-- | perl-install/lang.pm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 940735129..2523fd752 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -338,14 +338,6 @@ my %charsets = ( "unicode" => [ undef, undef, undef, "utf8", undef ], ); -my %bigfonts = ( - Big5 => '18x18mdk.pcf', - gb2312 => '18x18mdk.pcf', - jisx0208 => '12x13mdk.pcf', - ksc5601 => '18x18mdk.pcf', - unicode => 'cu12.pcf.gz', -); - #- for special cases not handled magically my %charset2kde_charset = ( gb2312 => 'gb2312.1980-0', |