summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-03-29 16:59:30 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-03-29 16:59:30 +0000
commit7e6752726790043bc14c1843690cf9c7d32a6bc6 (patch)
treeb8d51521208881c8c68c4ec7541eb1c966bda020 /desktop/gui.h
parent99dee5e3d090a8cd03d1f786fe903b699aa2ac09 (diff)
downloadnetsurf-7e6752726790043bc14c1843690cf9c7d32a6bc6.tar.gz
netsurf-7e6752726790043bc14c1843690cf9c7d32a6bc6.tar.bz2
first part of initialisation refactor move gui_init2 into frontends
svn path=/trunk/netsurf/; revision=10202
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h1
1 files changed, 0 insertions, 1 deletions
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);