summaryrefslogtreecommitdiff
path: root/desktop/netsurf.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-13 01:18:19 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-13 01:18:19 +0100
commitbfc7552d8dcc0c737c8282280c4a3f71cf58aed4 (patch)
tree9cae952ac46a45743aebbf4a47f8f7ce77070bd4 /desktop/netsurf.h
parentd0655bafc26d30f0e792202ff452907a5ff193d1 (diff)
downloadnetsurf-bfc7552d8dcc0c737c8282280c4a3f71cf58aed4.tar.gz
netsurf-bfc7552d8dcc0c737c8282280c4a3f71cf58aed4.tar.bz2
remove netsurf_poll callback and netsurf main loop
Diffstat (limited to 'desktop/netsurf.h')
-rw-r--r--desktop/netsurf.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop/netsurf.h b/desktop/netsurf.h
index 6c6a22a86..ff098f437 100644
--- a/desktop/netsurf.h
+++ b/desktop/netsurf.h
@@ -22,7 +22,6 @@
#include <stdbool.h>
#include "utils/errors.h"
-extern bool netsurf_quit;
extern const char * const netsurf_version;
extern const int netsurf_version_major;
extern const int netsurf_version_minor;
@@ -46,11 +45,6 @@ nserror netsurf_register(struct netsurf_table *table);
nserror netsurf_init(const char *messages, const char *store_path);
/**
- * Run event loop.
- */
-extern int netsurf_main_loop(void);
-
-/**
* Finalise NetSurf core
*/
extern void netsurf_exit(void);