summaryrefslogtreecommitdiff
path: root/sfntly/table/core/name_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'sfntly/table/core/name_table.h')
-rw-r--r--sfntly/table/core/name_table.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfntly/table/core/name_table.h b/sfntly/table/core/name_table.h
index 01d3b29..4eaafbb 100644
--- a/sfntly/table/core/name_table.h
+++ b/sfntly/table/core/name_table.h
@@ -480,7 +480,6 @@ class NameTable : public SubTableContainerTable, public RefCounted<NameTable> {
int32_t name_id, const ByteVector* name_bytes);
NameEntryId name_entry_id_;
- int32_t length_;
ByteVector name_bytes_;
friend class NameEntryBuilder;