[pango/matthiasc/for-master] Drop an unused function
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/matthiasc/for-master] Drop an unused function
- Date: Sat, 10 Jul 2021 14:30:15 +0000 (UTC)
commit cdfc5cf42aeb79572728c41cab886483ea805af0
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Jul 10 10:23:12 2021 -0400
Drop an unused function
pango/pango-emoji.c | 6 ------
1 file changed, 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
@@ -103,12 +103,6 @@ _pango_Is_Emoji_Extended_Pictographic (gunichar ch)
return _pango_Is_Extended_Pictographic (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)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]