summaryrefslogtreecommitdiff
path: root/windows/filetype.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows/filetype.c')
-rw-r--r--windows/filetype.c6
1 files changed, 0 insertions, 6 deletions
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");
-}