Remove TODO that is not gonna be done
Previously the idea was to cache sanitize results externally (think, in Fontconfig) and avoid resanitizing every time. That's, not a good idea.
This commit is contained in:
parent
be70738400
commit
a8cc0b5907
|
@ -283,8 +283,6 @@ struct hb_sanitize_context_t :
|
||||||
{
|
{
|
||||||
bool sane;
|
bool sane;
|
||||||
|
|
||||||
/* TODO is_sane() stuff */
|
|
||||||
|
|
||||||
init (blob);
|
init (blob);
|
||||||
|
|
||||||
retry:
|
retry:
|
||||||
|
|
Loading…
Reference in New Issue