From 9660442e927c472cce96e6497e72e35b920e475b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 1 Mar 2011 14:31:54 +0000 Subject: remove obsolete, unused gui_window_redraw API svn path=/trunk/netsurf/; revision=11870 --- desktop/gui.h | 1 - 1 file changed, 1 deletion(-) (limited to 'desktop') diff --git a/desktop/gui.h b/desktop/gui.h index b50aab67f..141e82af5 100644 --- a/desktop/gui.h +++ b/desktop/gui.h @@ -77,7 +77,6 @@ struct gui_window *gui_create_browser_window(struct browser_window *bw, struct browser_window *gui_window_get_browser_window(struct gui_window *g); void gui_window_destroy(struct gui_window *g); void gui_window_set_title(struct gui_window *g, const char *title); -void gui_window_redraw(struct gui_window *g, int x0, int y0, int x1, int y1); void gui_window_redraw_window(struct gui_window *g); void gui_window_update_box(struct gui_window *g, const union content_msg_data *data); -- cgit v1.2.3