summaryrefslogtreecommitdiff
path: root/gtk/filetype.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/filetype.c')
-rw-r--r--gtk/filetype.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/filetype.c b/gtk/filetype.c
index 2ae59d867..a949b14d5 100644
--- a/gtk/filetype.c
+++ b/gtk/filetype.c
@@ -207,11 +207,6 @@ const char *fetch_filetype(const char *unix_path)
return type != NULL ? type : "text/plain";
}
-char *fetch_mimetype(const char *unix_path)
-{
- return strdup(fetch_filetype(unix_path));
-}
-
#ifdef TEST_RIG
int main(int argc, char *argv[])