From 7e6752726790043bc14c1843690cf9c7d32a6bc6 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 29 Mar 2010 16:59:30 +0000 Subject: first part of initialisation refactor move gui_init2 into frontends svn path=/trunk/netsurf/; revision=10202 --- desktop/gui.h | 1 - 1 file changed, 1 deletion(-) (limited to 'desktop/gui.h') diff --git a/desktop/gui.h b/desktop/gui.h index 162632a1a..4c3ffaf63 100644 --- a/desktop/gui.h +++ b/desktop/gui.h @@ -62,7 +62,6 @@ typedef enum { GUI_POINTER_DEFAULT, GUI_POINTER_POINT, GUI_POINTER_CARET, void gui_stdout(void); void gui_init(int argc, char** argv); -void gui_init2(int argc, char** argv); void gui_multitask(void); void gui_poll(bool active); void gui_quit(void); -- cgit v1.2.3