summaryrefslogtreecommitdiff
path: root/riscos/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/window.c')
-rw-r--r--riscos/window.c4
1 files changed, 0 insertions, 4 deletions
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)
{