Remove unused struct _cairo_font_options.
authorBehdad Esfahbod <behdad@gnome.org>
Sun, 21 May 2006 22:55:53 +0000 (22:55 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Sun, 21 May 2006 22:55:53 +0000 (22:55 +0000)
2006-05-21  Behdad Esfahbod  <behdad@gnome.org>

        * pango/pangocairo-fontmap.c: Remove unused struct
        _cairo_font_options.

ChangeLog
pango/pangocairo-fontmap.c

index 5ef9eba..4cd663e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-21  Behdad Esfahbod  <behdad@gnome.org>
+
+       * pango/pangocairo-fontmap.c: Remove unused struct
+       _cairo_font_options.
+
 2006-05-17  Behdad Esfahbod  <behdad@gnome.org>
 
        Bug 342079 – pangoatsui-private.h missing from release
index bd53063..5314aad 100644 (file)
@@ -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()