summaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-05-26 10:37:10 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-05-26 10:37:10 +0000
commitb1c8ab83f2b553efc53e87f5e16c67118f0cc69c (patch)
tree8267bdba72b79c999da2735ccbe259cee5d2b66e /debug
parent50f520379bc24b96b03517df5ec7bc5d61d21667 (diff)
downloadnetsurf-b1c8ab83f2b553efc53e87f5e16c67118f0cc69c.tar.gz
netsurf-b1c8ab83f2b553efc53e87f5e16c67118f0cc69c.tar.bz2
Lose redundant function
svn path=/trunk/netsurf/; revision=4207
Diffstat (limited to 'debug')
-rw-r--r--debug/debug_bitmap.c13
1 files changed, 0 insertions, 13 deletions
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
@@ -99,19 +99,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.
*
* \param bitmap a bitmap, as returned by bitmap_create()