summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
{