[project @ 2004-03-24 23:48:20 by jmb]

Remove completed todos.

svn path=/import/netsurf/; revision=664
This commit is contained in:
John Mark Bell 2004-03-24 23:48:20 +00:00
parent a723f7b224
commit b23bc94cb9

View File

@ -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;