]> git.imager.perl.org - imager.git/commitdiff
t1 no longer needs a type check
authorTony Cook <tony@develop-help.com>
Sun, 6 Feb 2011 01:03:45 +0000 (12:03 +1100)
committerTony Cook <tony@develop-help.com>
Sun, 6 Feb 2011 01:03:45 +0000 (12:03 +1100)
lib/Imager/Font.pm

index 2144219a1b6c853a8dbd753fb357dfa2cb2030ab..1b51c23df96354bc0a0a9d8348ca5415ab901df9 100644 (file)
@@ -25,7 +25,6 @@ my %drivers =
         module=>'Imager/Font/T1.pm',
         files=>'.*\.pfb$',
        description => 'T1Lib',
-       checktype => 1,
        },
    ft2=>{
          class=>'Imager::Font::FT2',