summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-03-01 14:31:54 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-03-01 14:31:54 +0000
commit9660442e927c472cce96e6497e72e35b920e475b (patch)
treece25ea31ec0c60818687c7fc8b3947be30d5606b /desktop
parentf1343377ffbb6098f665152e8f1b97287bc9c012 (diff)
downloadnetsurf-9660442e927c472cce96e6497e72e35b920e475b.tar.gz
netsurf-9660442e927c472cce96e6497e72e35b920e475b.tar.bz2
remove obsolete, unused gui_window_redraw API
svn path=/trunk/netsurf/; revision=11870
Diffstat (limited to 'desktop')
-rw-r--r--desktop/gui.h1
1 files changed, 0 insertions, 1 deletions
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);