commit | a130ee6df50a50f541d0e8018deea9cee8c6738a | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue Nov 14 20:30:03 2017 -0800 |
committer | Behdad Esfahbod <behdad@behdad.org> | Tue Nov 14 20:30:03 2017 -0800 |
tree | 88053c78998d7caf1f267fa199a67effac0f3e82 | |
parent | e20e47eaa1b7dd33ac63ab0eaa8f5ea1bf7775c2 [diff] [blame] |
Remove a couple of unused consts
diff --git a/src/main.cc b/src/main.cc index 377d139..819100e 100644 --- a/src/main.cc +++ b/src/main.cc
@@ -106,8 +106,8 @@ switch (table.tag) { - case GSUBGPOS::GSUBTag: - case GSUBGPOS::GPOSTag: + case HB_OT_TAG_GSUB: + case HB_OT_TAG_GPOS: { const GSUBGPOS &g = *CastP<GSUBGPOS> (font_data + table.offset);