mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
[subset/cff] Remove stale wrong code
With my recent rewrite of serialize_header, this seems to work now.
This commit is contained in:
parent
158eba66b3
commit
73a82af1f4
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue