From 8aca308148ac1a47f8d64a1e1051abf7f8e91963 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Wed, 13 Jun 2001 18:25:27 +0000 Subject: removed an outdated comment CVS patchset: 171 CVS date: 2001/06/13 18:25:27 --- src/video_out/video_out_aa.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/video_out/video_out_aa.c b/src/video_out/video_out_aa.c index beae84a6e..c1e884b18 100644 --- a/src/video_out/video_out_aa.c +++ b/src/video_out/video_out_aa.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_aa.c,v 1.5 2001/06/13 18:22:38 guenter Exp $ + * $Id: video_out_aa.c,v 1.6 2001/06/13 18:25:27 guenter Exp $ * * video_out_aa.c, ascii-art output plugin for xine * @@ -94,8 +94,6 @@ static void *malloc_aligned (size_t alignment, size_t size, void **mem) { } static void aa_dispose_frame (vo_frame_t *vo_img) { - /* fixme: implement */ - aa_frame_t *frame = (aa_frame_t *)vo_img; if (frame->mem[0]) -- cgit v1.2.3