summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
authorFrançois Revel <mmu_man@netsurf-browser.org>2011-05-16 19:28:40 +0000
committerFrançois Revel <mmu_man@netsurf-browser.org>2011-05-16 19:28:40 +0000
commit955896ac4676f5341daf4a6974a737eae2888d7a (patch)
tree2ed7ab75db5d59710f4d1416448bb2cf3a5c8403 /content/fetch.c
parent5e823ede7cdff33b23b473680b0bf515cd54618e (diff)
downloadnetsurf-955896ac4676f5341daf4a6974a737eae2888d7a.tar.gz
netsurf-955896ac4676f5341daf4a6974a737eae2888d7a.tar.bz2
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
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();