From 63a4269651952a83e0ccb71a8eebb682395e4697 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 17 Oct 2004 21:12:32 +0000 Subject: [project @ 2004-10-17 21:12:32 by bursa] Replace bitmap_redraw() with plot.bitmap(). svn path=/import/netsurf/; revision=1316 --- image/bitmap.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'image/bitmap.h') diff --git a/image/bitmap.h b/image/bitmap.h index 0c06f836f..058e03a46 100644 --- a/image/bitmap.h +++ b/image/bitmap.h @@ -31,10 +31,6 @@ bool bitmap_test_opaque(struct bitmap *bitmap); char *bitmap_get_buffer(struct bitmap *bitmap); size_t bitmap_get_rowstride(struct bitmap *bitmap); void bitmap_destroy(struct bitmap *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); bool bitmap_save(struct bitmap *bitmap, const char *path); #endif -- cgit v1.2.3