From b23bc94cb96c61e6a66bcbbd5bb7b89c07ec486c Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 24 Mar 2004 23:48:20 +0000 Subject: [PATCH] [project @ 2004-03-24 23:48:20 by jmb] Remove completed todos. svn path=/import/netsurf/; revision=664 --- riscos/save_draw.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/riscos/save_draw.c b/riscos/save_draw.c index 9fbbda88e..a7f975da9 100644 --- a/riscos/save_draw.c +++ b/riscos/save_draw.c @@ -22,11 +22,6 @@ #include "netsurf/utils/log.h" #include "netsurf/utils/utils.h" -/** - * \todo fix jpegs - * GUI - */ - #ifdef WITH_DRAW_EXPORT /* in browser units = OS/2 = draw/512 */ @@ -48,7 +43,6 @@ static void add_line(struct content *content, struct box *box, static void add_circle(struct content *content, struct box *box, unsigned long cbc, long x, long y); -/** \todo this will probably want to take a filename/path too... */ void save_as_draw(struct content *c, char *path) { struct box *box;