summaryrefslogtreecommitdiff
path: root/amiga/filetype.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/filetype.c')
-rw-r--r--amiga/filetype.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/amiga/filetype.c b/amiga/filetype.c
index cb5411923..790a2404a 100644
--- a/amiga/filetype.c
+++ b/amiga/filetype.c
@@ -186,11 +186,6 @@ const char *ami_content_type_to_file_type(content_type type)
return "rosprite";
break;
#endif
-
- case CONTENT_DIRECTORY:
- return "drawer";
- break;
-
#if defined(WITH_NS_SVG) || defined(WITH_RSVG)
case CONTENT_SVG:
return "svg";