summaryrefslogtreecommitdiff
path: root/test/text-antialias-subpixel.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-09-16 17:04:38 -0700
committerCarl Worth <cworth@cworth.org>2008-09-18 07:56:43 -0700
commit1b42bc8033bc4682c9688086c08ca3ad306a2ae8 (patch)
treeeac1560981d3ef5831695139cbd81f8d4820a47e /test/text-antialias-subpixel.c
parent0ab14a6b218097721535e1d6d9b3341b7336bb70 (diff)
downloadcairo-1b42bc8033bc4682c9688086c08ca3ad306a2ae8.tar.gz
Make the lcd_filter API private
During the cairo summit it was decided that this API is to freetype- specific to be in the general cairo interface for now. This will likely come back again soon as a cairo_ft-specific interface.
Diffstat (limited to 'test/text-antialias-subpixel.c')
-rw-r--r--test/text-antialias-subpixel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/text-antialias-subpixel.c b/test/text-antialias-subpixel.c
index a9989973f..a92d64f90 100644
--- a/test/text-antialias-subpixel.c
+++ b/test/text-antialias-subpixel.c
@@ -57,7 +57,6 @@ draw (cairo_t *cr, int width, int height)
cairo_get_font_options (cr, font_options);
cairo_font_options_set_antialias (font_options, CAIRO_ANTIALIAS_SUBPIXEL);
cairo_font_options_set_subpixel_order (font_options, CAIRO_SUBPIXEL_ORDER_RGB);
- cairo_font_options_set_lcd_filter (font_options, CAIRO_LCD_FILTER_NONE);
cairo_set_font_options (cr, font_options);
cairo_font_options_destroy (font_options);