提交 53a69f49 编写于 作者: B Behdad Esfahbod

[OTLayout] Remove unused members

上级 d0a52337
...@@ -200,9 +200,6 @@ struct hb_get_coverage_context_t ...@@ -200,9 +200,6 @@ struct hb_get_coverage_context_t
template <typename T> template <typename T>
inline return_t process (const T &obj) { return obj.get_coverage (); } inline return_t process (const T &obj) { return obj.get_coverage (); }
static return_t default_return_value (void) { return Null(Coverage); } static return_t default_return_value (void) { return Null(Coverage); }
bool stop_sublookup_iteration (const return_t r) const { return true; /* Unused */ }
return_t recurse (unsigned int lookup_index)
{ return default_return_value (); }
hb_get_coverage_context_t (void) : hb_get_coverage_context_t (void) :
debug_depth (0) {} debug_depth (0) {}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册