summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-11-12 19:46:37 -0500
committerBehdad Esfahbod <behdad@behdad.org>2018-11-12 19:46:37 -0500
commit56f541d0001f6d7e2e35cdd15217bdf52ebf8391 (patch)
tree32ed001b38429c94da04a1ca98441899a4654494
parent6c22f3fd95617a8c3cd558858c6758a0d548d370 (diff)
[shape-plan] Remove unused code
-rw-r--r--src/hb-shape-plan.hh12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/hb-shape-plan.hh b/src/hb-shape-plan.hh
index c69d4507..d9aa3ee1 100644
--- a/src/hb-shape-plan.hh
+++ b/src/hb-shape-plan.hh
@@ -1,5 +1,5 @@
/*
- * Copyright © 2012 Google, Inc.
+ * Copyright © 2012,2018 Google, Inc.
*
* This is part of HarfBuzz, a text shaping library.
*
@@ -71,15 +71,5 @@ struct hb_shape_plan_t
hb_ot_shape_plan_t ot;
};
-#define HB_SHAPER_DATA_CREATE_FUNC_EXTRA_ARGS \
- , const hb_feature_t *user_features \
- , unsigned int num_user_features \
- , const int *coords \
- , unsigned int num_coords
-#define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_PROTOTYPE(shaper, shape_plan);
-#include "hb-shaper-list.hh"
-#undef HB_SHAPER_IMPLEMENT
-#undef HB_SHAPER_DATA_CREATE_FUNC_EXTRA_ARGS
-
#endif /* HB_SHAPE_PLAN_HH */