diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-05-21 22:55:53 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-05-21 22:55:53 +0000 |
commit | 3818077a8f973e88a478e2181b80b7b200459990 (patch) | |
tree | 02ffe5fee9e042f632b308140348f16482f9e81b /pango/pangocairo-fontmap.c | |
parent | 9a4827bdc0632d201ed5598e94633056aa2a6bb8 (diff) | |
download | pango-3818077a8f973e88a478e2181b80b7b200459990.tar.gz |
Remove unused struct _cairo_font_options.
2006-05-21 Behdad Esfahbod <behdad@gnome.org>
* pango/pangocairo-fontmap.c: Remove unused struct
_cairo_font_options.
Diffstat (limited to 'pango/pangocairo-fontmap.c')
-rw-r--r-- | pango/pangocairo-fontmap.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pango/pangocairo-fontmap.c b/pango/pangocairo-fontmap.c index bd53063b..5314aadf 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() |