Revert "fix some (not all) glyph_to_cmap odd ret"

This reverts commit bb4474bbaf.
This commit is contained in:
nhmall
2022-08-26 15:06:59 -04:00
parent 4e8935ab9c
commit d5abf903fa
-2
View File
@@ -729,8 +729,6 @@ enum glyph_offsets {
? (S_altar) \ ? (S_altar) \
: glyph_is_cmap_b(glyph) \ : glyph_is_cmap_b(glyph) \
? (((glyph) - GLYPH_CMAP_B_OFF) + S_grave) \ ? (((glyph) - GLYPH_CMAP_B_OFF) + S_grave) \
: glyph_is_cmap_zap(glyph) \
? (((glyph) - GLYPH_ZAP_OFF) + S_vbeam) \
: glyph_is_cmap_c(glyph) \ : glyph_is_cmap_c(glyph) \
? (((glyph) - GLYPH_CMAP_C_OFF) + S_digbeam) \ ? (((glyph) - GLYPH_CMAP_C_OFF) + S_digbeam) \
: NO_GLYPH) : NO_GLYPH)