Revert an accidental commit -- we don't have OpenType support quite yet.
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Tue, 13 Feb 2007 21:51:09 +0000 (21:51 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Tue, 13 Feb 2007 21:51:09 +0000 (21:51 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/halibut@7283 cda61777-01e9-0310-a592-d414129be87e

input.c

diff --git a/input.c b/input.c
index 6a53ebb..337517d 100644 (file)
--- a/input.c
+++ b/input.c
@@ -1586,7 +1586,6 @@ struct {
     { "StartFontMetrics", 16, &read_afm_file },
     { "\x00\x01\x00\x00",  4, &read_sfnt_file },
     { "true",             4, &read_sfnt_file },
-    { "OTTO",             4, &read_sfnt_file },
 };
 
 paragraph *read_input(input *in, indexdata *idx) {