A bit more atsui cleanup
authorJohn Ralls <jralls@ceridwen.us>
Wed, 22 Aug 2012 16:53:49 +0000 (09:53 -0700)
committerJohn Ralls <jralls@ceridwen.us>
Wed, 22 Aug 2012 16:53:49 +0000 (09:53 -0700)
Just a no-longer-true comment.

pango/pangocairo-coretextfontmap.c

index 40c0440..cd1f3f2 100644 (file)
@@ -54,9 +54,6 @@ pango_cairo_core_text_font_map_get_resolution_cairo (PangoCairoFontMap *cfontmap
 static cairo_font_type_t
 pango_cairo_core_text_font_map_get_font_type (PangoCairoFontMap *cfontmap)
 {
-  /* This is a bit misleading, but Cairo takes a CoreGraphics font
-   * for rendering and does not use ATSUI.
-   */
   return CAIRO_FONT_TYPE_QUARTZ;
 }