Kill kWoff2FlagsContinueStream

There is only a single data stream for all the compressed tables, but
the code was originally written for separately compressed tables then
retrofitted, so this is an attempt to streamline it a bit.
This commit is contained in:
Khaled Hosny
2015-06-28 22:08:29 +02:00
parent 4e3bb3418f
commit 208c8f854e
3 changed files with 24 additions and 57 deletions
-1
View File
@@ -340,7 +340,6 @@ bool ConvertTTFToWOFF2(const uint8_t *data, size_t length,
} else {
table.dst_length = 0;
table.dst_data = NULL;
table.flags |= kWoff2FlagsContinueStream;
}
tables.push_back(table);
}