From a9365b50771b3624249bb2e4d7a650918a0e4fe3 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 22 Jun 2004 17:39:00 +0000 Subject: [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 --- riscos/window.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'riscos/window.c') 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) { -- cgit v1.2.3