From 8be1e85e919d5b6c12979dca0d57f7cd67d2cb79 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 8 May 2011 19:54:35 +0000 Subject: consolidate content redraw more cleanups ready for image content refactor svn path=/trunk/netsurf/; revision=12317 --- content/content_protected.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'content/content_protected.h') diff --git a/content/content_protected.h b/content/content_protected.h index 1d88de972..6659e2cd8 100644 --- a/content/content_protected.h +++ b/content/content_protected.h @@ -55,9 +55,6 @@ struct content_handler { void (*mouse_action)(struct content *c, struct browser_window *bw, browser_mouse_state mouse, int x, int y); bool (*redraw)(struct content *c, int x, int y, - int width, int height, const struct rect *clip, - float scale, colour background_colour); - bool (*redraw_tiled)(struct content *c, int x, int y, int width, int height, const struct rect *clip, float scale, colour background_colour, bool repeat_x, bool repeat_y); -- cgit v1.2.3