From bfc7552d8dcc0c737c8282280c4a3f71cf58aed4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 13 Oct 2014 01:18:19 +0100 Subject: remove netsurf_poll callback and netsurf main loop --- desktop/netsurf.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'desktop/netsurf.h') 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 #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; @@ -45,11 +44,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 */ -- cgit v1.2.3