From 955896ac4676f5341daf4a6974a737eae2888d7a Mon Sep 17 00:00:00 2001 From: François Revel Date: Mon, 16 May 2011 19:28:40 +0000 Subject: Revert r12412, the doi: URI scheme hasn't been kept around it seems, even ACM doesn't use it. And kyllikki was jumping on his seat anyway... It's still in the svn history if needed. I have some stuff for view-source: and man: but I'm not use they would be appreciated either :-D svn path=/trunk/netsurf/; revision=12414 --- content/fetch.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'content/fetch.c') 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(); -- cgit v1.2.3