From 283cd05d0112b08753cb0b0c505a370ebccc52d1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 3 May 2014 17:29:59 +0100 Subject: Improve documentation on mimetype fetcher table --- windows/filetype.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'windows/filetype.c') diff --git a/windows/filetype.c b/windows/filetype.c index 5c6485659..996e0755e 100644 --- a/windows/filetype.c +++ b/windows/filetype.c @@ -51,9 +51,3 @@ const char *fetch_filetype(const char *unix_path) return "image/x-ms-bmp"; return "text/html"; } - - -char *fetch_mimetype(const char *ro_path) -{ - return strdup("text/plain"); -} -- cgit v1.2.3