summaryrefslogtreecommitdiff
path: root/beos/filetype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'beos/filetype.cpp')
-rw-r--r--beos/filetype.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/beos/filetype.cpp b/beos/filetype.cpp
index 7975041ac..d5bd3d77b 100644
--- a/beos/filetype.cpp
+++ b/beos/filetype.cpp
@@ -135,9 +135,3 @@ const char *fetch_filetype(const char *unix_path)
return type;
}
-
-char *fetch_mimetype(const char *unix_path)
-{
- return strdup(fetch_filetype(unix_path));
-}
-