Index: third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh |
diff --git a/third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh b/third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh |
index 459a1a3dd5c49608f3b3fc892f366fe828320ead..38c2c6405a32efd1f156d63488eebd2d6eb0c843 100644 |
--- a/third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh |
+++ b/third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh |
@@ -1268,7 +1268,6 @@ struct GSUB : GSUBGPOS |
{ return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); } |
static inline void substitute_start (hb_font_t *font, hb_buffer_t *buffer); |
- static inline void substitute_finish (hb_font_t *font, hb_buffer_t *buffer); |
inline bool sanitize (hb_sanitize_context_t *c) const |
{ |
@@ -1297,11 +1296,6 @@ GSUB::substitute_start (hb_font_t *font, hb_buffer_t *buffer) |
} |
} |
-void |
-GSUB::substitute_finish (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer HB_UNUSED) |
-{ |
-} |
- |
/* Out-of-class implementation for methods recursing */ |