[subset/cff] Remove stale wrong code

With my recent rewrite of serialize_header, this seems to
work now.
This commit is contained in:
Behdad Esfahbod 2023-06-27 17:05:22 -06:00
parent 158eba66b3
commit 73a82af1f4

View file

@ -199,9 +199,7 @@ struct CFFIndex
if (!it)
{
if (data_size) *data_size = 0;
// The following should return min_size IMO. But that crashes a few
// tests. I have not investigated why.
return 0; //min_size;
return min_size;
}
unsigned total = 0;