summaryrefslogtreecommitdiff
path: root/src/hb-buffer-private.hh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-11-13 16:26:32 -0800
committerBehdad Esfahbod <behdad@behdad.org>2012-11-13 16:26:32 -0800
commit66ac2ff32e24f0d5658ca172147613081a133847 (patch)
treef311da64b7ccf2c2a67dc0fce8675cbe152bfe73 /src/hb-buffer-private.hh
parent407f80d62589774f845ef1a6a0a7d841b09d57c6 (diff)
API change: Remove "mask" from hb_buffer_add()
I don't expect anybody using hb_buffer_add(), so this shouldn't break anyone's code.
Diffstat (limited to 'src/hb-buffer-private.hh')
-rw-r--r--src/hb-buffer-private.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hb-buffer-private.hh b/src/hb-buffer-private.hh
index 6cfb115c..6c1f3a30 100644
--- a/src/hb-buffer-private.hh
+++ b/src/hb-buffer-private.hh
@@ -146,7 +146,6 @@ struct hb_buffer_t {
HB_INTERNAL void deallocate_var_all (void);
HB_INTERNAL void add (hb_codepoint_t codepoint,
- hb_mask_t mask,
unsigned int cluster);
HB_INTERNAL void reverse_range (unsigned int start, unsigned int end);