]> granicus.if.org Git - libass/commitdiff
Remove outdated comment
authorGrigori Goronzy <greg@blackbox>
Sun, 26 Jun 2011 09:41:06 +0000 (11:41 +0200)
committerGrigori Goronzy <greg@blackbox>
Sun, 26 Jun 2011 09:47:21 +0000 (11:47 +0200)
libass/ass_bitmap.c

index 5a2dc80c94754ce76c9f6c4a3253c07c822bca56..7f93e22c85caa3286c7d0fd8eabeaf5a87260f20 100644 (file)
@@ -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);