summaryrefslogtreecommitdiff
path: root/modules/indic/mprefixups.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/indic/mprefixups.c')
-rw-r--r--modules/indic/mprefixups.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/indic/mprefixups.c b/modules/indic/mprefixups.c
index a3a3d018..ab9de5ac 100644
--- a/modules/indic/mprefixups.c
+++ b/modules/indic/mprefixups.c
@@ -74,7 +74,6 @@ void indic_mprefixups_apply(MPreFixups *mprefixups, PangoOTBuffer *buffer)
PangoOTGlyph *glyphs;
int n_glyphs;
PangoOTGlyph *mpreSave;
- int *clusterSave;
/* determine post GSUB location of baseIndex and mpreIndex */
@@ -98,7 +97,6 @@ void indic_mprefixups_apply(MPreFixups *mprefixups, PangoOTBuffer *buffer)
mpreDest = baseGlyph - mpreCount;
mpreSave = g_new (PangoOTGlyph, mpreCount);
- clusterSave = g_new (int, mpreCount);
for (i = 0; i < mpreCount; i += 1) {
mpreSave[i] = glyphs[mpreGlyph + i];