summaryrefslogtreecommitdiff
path: root/amiga/filetype.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/filetype.c')
-rw-r--r--amiga/filetype.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/amiga/filetype.c b/amiga/filetype.c
index 39e874ab0..0cb4ac454 100644
--- a/amiga/filetype.c
+++ b/amiga/filetype.c
@@ -144,12 +144,6 @@ const char *fetch_filetype(const char *unix_path)
return mimetype;
}
-
-char *fetch_mimetype(const char *ro_path)
-{
- return strdup(fetch_filetype(ro_path));
-}
-
const char *ami_content_type_to_file_type(content_type type)
{
switch(type)