< prev index next >

src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set.h

Print this page

        

@@ -124,13 +124,10 @@
 
 HB_EXTERN void
 hb_set_symmetric_difference (hb_set_t       *set,
                              const hb_set_t *other);
 
-HB_EXTERN void
-hb_set_invert (hb_set_t *set);
-
 HB_EXTERN unsigned int
 hb_set_get_population (const hb_set_t *set);
 
 /* Returns -1 if set empty. */
 HB_EXTERN hb_codepoint_t
< prev index next >