summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-07-10 10:23:12 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-07-10 10:36:05 -0400
commit77c1ca128bcf384cc8de77505e3733794f37e7cc (patch)
tree507d435bb2cb561cbe6592c06c32fd45c89e9a35
parent4bb98c7f97c0f39ecee1f1bce24e4cb284ceb1eb (diff)
downloadpango-77c1ca128bcf384cc8de77505e3733794f37e7cc.tar.gz
Drop an unused function
-rw-r--r--pango/pango-emoji.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/pango/pango-emoji.c b/pango/pango-emoji.c
index 0abb8783..334970d6 100644
--- a/pango/pango-emoji.c
+++ b/pango/pango-emoji.c
@@ -104,12 +104,6 @@ _pango_Is_Emoji_Extended_Pictographic (gunichar ch)
}
static inline gboolean
-_pango_Is_Emoji_Text_Default (gunichar ch)
-{
- return _pango_Is_Emoji (ch) && !_pango_Is_Emoji_Presentation (ch);
-}
-
-static inline gboolean
_pango_Is_Emoji_Emoji_Default (gunichar ch)
{
return _pango_Is_Emoji_Presentation (ch);