From a0066c49b5fe342ac6932702427becc1b8210eab Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 17 Feb 2005 12:29:57 +0000 Subject: [PATCH] (read_cmap_table): Delete unsed var. --- src/otfopen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.7.10.4