projects
/
m17n
/
libotf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a18c89
)
(read_cmap_table): Delete unsed var.
author
handa
<handa>
Thu, 17 Feb 2005 12:29:57 +0000
(12:29 +0000)
committer
handa
<handa>
Thu, 17 Feb 2005 12:29:57 +0000
(12:29 +0000)
src/otfopen.c
patch
|
blob
|
history
diff --git
a/src/otfopen.c
b/src/otfopen.c
index
54091d0
..
b6ba52e
100644
(file)
--- 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;