summaryrefslogtreecommitdiff
path: root/Build/source/libs/harfbuzz/harfbuzz-src/src/hb-subset.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/harfbuzz/harfbuzz-src/src/hb-subset.hh')
-rw-r--r--Build/source/libs/harfbuzz/harfbuzz-src/src/hb-subset.hh4
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/libs/harfbuzz/harfbuzz-src/src/hb-subset.hh b/Build/source/libs/harfbuzz/harfbuzz-src/src/hb-subset.hh
index dc86f150c6a..c9b01c67f3d 100644
--- a/Build/source/libs/harfbuzz/harfbuzz-src/src/hb-subset.hh
+++ b/Build/source/libs/harfbuzz/harfbuzz-src/src/hb-subset.hh
@@ -58,7 +58,6 @@ struct hb_subset_context_t :
hb_subset_plan_t *plan;
hb_serialize_context_t *serializer;
hb_tag_t table_tag;
- unsigned int debug_depth;
hb_subset_context_t (hb_blob_t *source_blob_,
hb_subset_plan_t *plan_,
@@ -67,8 +66,7 @@ struct hb_subset_context_t :
source_blob (source_blob_),
plan (plan_),
serializer (serializer_),
- table_tag (table_tag_),
- debug_depth (0) {}
+ table_tag (table_tag_) {}
};