Lose redundant function

svn path=/trunk/netsurf/; revision=4207
This commit is contained in:
John Mark Bell 2008-05-26 10:37:10 +00:00
parent 50f520379b
commit b1c8ab83f2

View File

@ -98,19 +98,6 @@ void bitmap_destroy(struct bitmap *bitmap)
}
/**
* Render a bitmap.
*/
bool bitmap_redraw(struct content *c, int x, int y,
int width, int height,
int clip_x0, int clip_y0, int clip_x1, int clip_y1,
float scale, unsigned long background_colour)
{
return true;
}
/**
* Save a bitmap in the platform's native format.
*