From b1c8ab83f2b553efc53e87f5e16c67118f0cc69c Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 26 May 2008 10:37:10 +0000 Subject: Lose redundant function svn path=/trunk/netsurf/; revision=4207 --- debug/debug_bitmap.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'debug') diff --git a/debug/debug_bitmap.c b/debug/debug_bitmap.c index 34154607a..767798302 100644 --- a/debug/debug_bitmap.c +++ b/debug/debug_bitmap.c @@ -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. * -- cgit v1.2.3