From: handa Date: Thu, 17 Feb 2005 12:29:57 +0000 (+0000) Subject: (read_cmap_table): Delete unsed var. X-Git-Tag: REL-0-9-5~82 X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Flibotf.git;a=commitdiff_plain;h=a0066c49b5fe342ac6932702427becc1b8210eab (read_cmap_table): Delete unsed var. --- diff --git a/src/otfopen.c b/src/otfopen.c index 54091d0..b6ba52e 100644 --- a/src/otfopen.c +++ b/src/otfopen.c @@ -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;