From 2077918805c175ecefeb25dd38f78d2d5b3a3ca2 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 9 Sep 2010 21:45:59 +0000 Subject: Merge branches/vince/netsurf-file-fetcher to trunk r=jmb svn path=/trunk/netsurf/; revision=10750 --- content/content.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'content/content.c') diff --git a/content/content.c b/content/content.c index 3f81de3a9..5165c6b50 100644 --- a/content/content.c +++ b/content/content.c @@ -38,7 +38,6 @@ #include "image/bitmap.h" #include "desktop/browser.h" #include "desktop/options.h" -#include "render/directory.h" #include "render/html.h" #include "render/textplain.h" #ifdef WITH_JPEG @@ -109,7 +108,6 @@ static const struct mime_entry mime_map[] = { #ifdef WITH_BMP {"application/x-ico", CONTENT_ICO}, #endif - {"application/x-netsurf-directory", CONTENT_DIRECTORY}, #ifdef WITH_THEME_INSTALL {"application/x-netsurf-theme", CONTENT_THEME}, #endif @@ -344,9 +342,6 @@ static const struct handler_entry handler_map[] = { plugin_open, plugin_close, plugin_clone, true}, #endif - {directory_create, 0, directory_convert, - 0, directory_destroy, 0, 0, 0, 0, 0, 0, 0, directory_clone, - true}, #ifdef WITH_THEME_INSTALL {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, false}, #endif -- cgit v1.2.3