summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetch.c')
-rw-r--r--content/fetch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/fetch.c b/content/fetch.c
index 416a40180..e521ca2fc 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -42,7 +42,6 @@
#include "content/fetchers/about.h"
#include "content/fetchers/curl.h"
#include "content/fetchers/data.h"
-#include "content/fetchers/doi.h"
#include "content/fetchers/file.h"
#include "content/urldb.h"
#include "desktop/netsurf.h"
@@ -113,7 +112,6 @@ void fetch_init(void)
{
fetch_curl_register();
fetch_data_register();
- fetch_doi_register();
fetch_file_register();
fetch_resource_register();
fetch_about_register();