summaryrefslogtreecommitdiff
path: root/sfntly/table/bitmap/eblc_table.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sfntly/table/bitmap/eblc_table.cc')
-rw-r--r--sfntly/table/bitmap/eblc_table.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfntly/table/bitmap/eblc_table.cc b/sfntly/table/bitmap/eblc_table.cc
index bb36db0..6691b04 100644
--- a/sfntly/table/bitmap/eblc_table.cc
+++ b/sfntly/table/bitmap/eblc_table.cc
@@ -238,7 +238,6 @@ void EblcTable::Builder::GenerateLocaList(BitmapLocaList* output) {
assert(output);
BitmapSizeTableBuilderList* size_builder_list = GetSizeList();
output->clear();
- output->resize(size_builder_list->size());
#if defined (SFNTLY_DEBUG_BITMAP)
int32_t size_index = 0;
#endif