From: Grigori Goronzy Date: Sun, 26 Jun 2011 09:41:06 +0000 (+0200) Subject: Remove outdated comment X-Git-Tag: 0.10.0~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=308f4193c6b8d9f3ab8c70f7a9e083e7e2ad867d;p=libass Remove outdated comment --- 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);