(read_cmap_table): Delete unsed var.
authorhanda <handa>
Thu, 17 Feb 2005 12:29:57 +0000 (12:29 +0000)
committerhanda <handa>
Thu, 17 Feb 2005 12:29:57 +0000 (12:29 +0000)
src/otfopen.c

index 54091d0..b6ba52e 100644 (file)
@@ -520,7 +520,7 @@ read_cmap_table (OTF *otf, OTF_Stream *stream)
        case 2:
          {
            OTF_EncodingSubtable2 *sub2;
-           int j, max_key, remaining_bytes;
+           int j, max_key;
 
            OTF_MALLOC (sub2, 1, " (EncodingSubtable2)");
            cmap->EncodingRecord[i].subtable.f.f2 = sub2;