diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-03-24 15:53:22 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-03-24 15:53:22 +0000 |
commit | cf11b631ecef06ae6be7e7a666db9a617dfed094 (patch) | |
tree | ce826fc8883d9086debb131735b016b4ad569a1b | |
parent | 37a427018c92a2bc679ef104097e07a619609c9c (diff) | |
parent | 9093ffd69850b630622a3fc8dcf09c45c51ae2f9 (diff) | |
download | pango-cf11b631ecef06ae6be7e7a666db9a617dfed094.tar.gz |
Merge branch 'coretext-fix' into 'main'
Coretext: fix clang build failure.
See merge request GNOME/pango!606
-rw-r--r-- | pango/pangocoretext-fontmap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pango/pangocoretext-fontmap.c b/pango/pangocoretext-fontmap.c index 40e62eed..e090bfc4 100644 --- a/pango/pangocoretext-fontmap.c +++ b/pango/pangocoretext-fontmap.c @@ -1696,11 +1696,8 @@ static PangoFont * pango_core_text_fontset_load_font (PangoCoreTextFontset *ctfontset, CTFontDescriptorRef ctdescriptor) { - PangoCoreTextFontsetKey *key; PangoCoreTextFont *font; - key = pango_core_text_fontset_get_key (ctfontset); - /* For now, we will default the fallbacks to not have synthetic italic, * in the future this may be improved. */ |