projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c22276
)
[set] Remove stale comment
author
Behdad Esfahbod
<behdad@behdad.org>
Fri, 25 May 2018 23:34:08 +0000
(16:34 -0700)
committer
Behdad Esfahbod
<behdad@behdad.org>
Fri, 25 May 2018 23:34:08 +0000
(16:34 -0700)
src/hb-set.h
patch
|
blob
|
history
diff --git
a/src/hb-set.h
b/src/hb-set.h
index
b0f82f8
..
764d4eb
100644
(file)
--- a/
src/hb-set.h
+++ b/
src/hb-set.h
@@
-82,8
+82,6
@@
HB_EXTERN hb_bool_t
hb_set_has (const hb_set_t *set,
hb_codepoint_t codepoint);
-/* Right now limited to 16-bit integers. Eventually will do full codepoint range, sans -1
- * which we will use as a sentinel. */
HB_EXTERN void
hb_set_add (hb_set_t *set,
hb_codepoint_t codepoint);