summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2011-06-26 11:41:06 +0200
committerGrigori Goronzy <greg@blackbox>2011-06-26 11:47:21 +0200
commit308f4193c6b8d9f3ab8c70f7a9e083e7e2ad867d (patch)
tree8a0fcd1679fdc547ca71db47ea0f8e4e1ca1dd6e
parentc13cb222435ff61533a26efcd46c6246ea541dc1 (diff)
downloadlibass-308f4193c6b8d9f3ab8c70f7a9e083e7e2ad867d.tar.bz2
libass-308f4193c6b8d9f3ab8c70f7a9e083e7e2ad867d.tar.xz
Remove outdated comment
-rw-r--r--libass/ass_bitmap.c2
1 files changed, 0 insertions, 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);