summaryrefslogtreecommitdiff
path: root/desktop/netsurf.h
diff options
context:
space:
mode:
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);