font: remove useless code (and warning) in mkfontinfo
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 14 Feb 2015 18:53:43 +0000 (19:53 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 14 Feb 2015 18:53:43 +0000 (19:53 +0100)
tools/mkfontinfo

index a6dc15a8756773279dcfaf3cf9e844dcfc42ff8e..f5b503c53071d9ffcc3586cef4dc85bb4baa2adb 100755 (executable)
@@ -23,9 +23,6 @@ for my $fontfile (glob 'ttfsupport/*'.$incsuffix) {
        };
 }
 
-       when (qr{^[a-z]+(?:/|\z)}) {
-       }
-
 my %charlist;
 
 my $chartables = do 'unicode-table.inc.pl' or warn $@ || $!;