From 308f4193c6b8d9f3ab8c70f7a9e083e7e2ad867d Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Sun, 26 Jun 2011 11:41:06 +0200 Subject: Remove outdated comment --- libass/ass_bitmap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libass/ass_bitmap.c b/libass/ass_bitmap.c index 5a2dc80..7f93e22 100644 --- a/libass/ass_bitmap.c +++ b/libass/ass_bitmap.c @@ -202,8 +202,6 @@ Bitmap *outline_to_bitmap(ASS_Library *library, FT_Library ftlib, bitmap.pixel_mode = FT_PIXEL_MODE_GRAY; // render into target bitmap - // XXX: this uses the FT_Library from the glyph. Instead a reference to the - // FT_Library should be passed to this function (plus outline) if ((error = FT_Outline_Get_Bitmap(ftlib, outline, &bitmap))) { ass_msg(library, MSGL_WARN, "Failed to rasterize glyph: %d\n", error); ass_free_bitmap(bm); -- cgit v1.2.3