summaryrefslogtreecommitdiff
path: root/pango/pangofc-font.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-12-18 11:18:44 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-12-18 11:58:46 -0500
commit9783d3623fc55e23a2141cd31faeffcf4307537d (patch)
tree8db536d230a3a2d5aa4f0d1fca66d0b343456e1a /pango/pangofc-font.h
parent992f0dceeeab8b4d5c88ffe3c3c0223a282d1048 (diff)
downloadpango-9783d3623fc55e23a2141cd31faeffcf4307537d.tar.gz
fc: Cleanup
Stop using fcfont->matrix. This is just a redundant copy of the matrix that is already available in the font key. Just use that.
Diffstat (limited to 'pango/pangofc-font.h')
-rw-r--r--pango/pangofc-font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangofc-font.h b/pango/pangofc-font.h
index 89b0cc79..25361fa0 100644
--- a/pango/pangofc-font.h
+++ b/pango/pangofc-font.h
@@ -75,7 +75,7 @@ struct _PangoFcFont
FcPattern *font_pattern; /* fully resolved pattern */
PangoFontMap *fontmap; /* associated map */
gpointer priv; /* used internally */
- PangoMatrix matrix; /* used internally */
+ PangoMatrix matrix; /* unused */
PangoFontDescription *description;
GSList *metrics_by_lang;