summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-06-22 17:39:00 +0000
committerJames Bursa <james@netsurf-browser.org>2004-06-22 17:39:00 +0000
commita9365b50771b3624249bb2e4d7a650918a0e4fe3 (patch)
tree15d48ad7ed858a13c4fcf5e4358cb5532cdfd952
parentfdaf72417a6172aa22cf067bc6cd625eeab2db0e (diff)
downloadnetsurf-a9365b50771b3624249bb2e4d7a650918a0e4fe3.tar.gz
netsurf-a9365b50771b3624249bb2e4d7a650918a0e4fe3.tar.bz2
[project @ 2004-06-22 17:39:00 by bursa]
Remove unused and unimplemented gui_window_show() and gui_window_hide(). svn path=/import/netsurf/; revision=991
-rw-r--r--desktop/gui.h2
-rw-r--r--riscos/window.c4
2 files changed, 0 insertions, 6 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index f388f2d7d..4bf69c6aa 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -28,8 +28,6 @@ gui_window *gui_create_browser_window(struct browser_window *bw,
struct browser_window *clone);
gui_window *gui_create_download_window(struct content *content);
void gui_window_destroy(gui_window* g);
-void gui_window_show(gui_window* g);
-void gui_window_hide(gui_window* g);
void gui_window_redraw(gui_window* g, unsigned long x0, unsigned long y0,
unsigned long x1, unsigned long y1);
void gui_window_redraw_window(gui_window* g);
diff --git a/riscos/window.c b/riscos/window.c
index 27fe916a3..f93a59ab3 100644
--- a/riscos/window.c
+++ b/riscos/window.c
@@ -207,10 +207,6 @@ void gui_window_destroy(gui_window* g)
free(g);
}
-void gui_window_show(gui_window* g)
-{
-}
-
void gui_window_redraw(gui_window* g, unsigned long x0, unsigned long y0,
unsigned long x1, unsigned long y1)
{