From 3818077a8f973e88a478e2181b80b7b200459990 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 21 May 2006 22:55:53 +0000 Subject: [PATCH] Remove unused struct _cairo_font_options. 2006-05-21 Behdad Esfahbod * pango/pangocairo-fontmap.c: Remove unused struct _cairo_font_options. --- ChangeLog | 5 +++++ pango/pangocairo-fontmap.c | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5ef9eba..4cd663e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-21 Behdad Esfahbod + + * pango/pangocairo-fontmap.c: Remove unused struct + _cairo_font_options. + 2006-05-17 Behdad Esfahbod Bug 342079 – pangoatsui-private.h missing from release diff --git a/pango/pangocairo-fontmap.c b/pango/pangocairo-fontmap.c index bd53063..5314aad 100644 --- a/pango/pangocairo-fontmap.c +++ b/pango/pangocairo-fontmap.c @@ -343,13 +343,6 @@ pango_cairo_context_get_resolution (PangoContext *context) return -1.0; } -struct _cairo_font_options { - cairo_antialias_t antialias; - cairo_subpixel_order_t subpixel_order; - cairo_hint_style_t hint_style; - cairo_hint_metrics_t hint_metrics; -}; - /** * pango_cairo_context_set_font_options: * @context: a #PangoContext, from pango_cairo_font_map_create_context() -- 2.7.4