summaryrefslogtreecommitdiff
path: root/amiga/filetype.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-05-30 21:03:57 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-05-30 21:03:57 +0000
commit0c9ca84e42ece8900020435b39575a810c0c530c (patch)
tree51f0170697a1f826a4f939b841403b4b9f8b062a /amiga/filetype.h
parente2ef8df4d76dbd5798855c906ee55c9ebd48bc65 (diff)
downloadnetsurf-0c9ca84e42ece8900020435b39575a810c0c530c.tar.gz
netsurf-0c9ca84e42ece8900020435b39575a810c0c530c.tar.bz2
Remove ami_datatype_to_mimetype
svn path=/trunk/netsurf/; revision=12451
Diffstat (limited to 'amiga/filetype.h')
-rw-r--r--amiga/filetype.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/amiga/filetype.h b/amiga/filetype.h
index fd0e1d8bc..1750950d0 100644
--- a/amiga/filetype.h
+++ b/amiga/filetype.h
@@ -45,5 +45,4 @@ bool ami_mime_compare(struct hlcache_handle *c, const char *type);
/* deprecated */
const char *ami_content_type_to_file_type(content_type type);
-void ami_datatype_to_mimetype(struct DataType *dtn, char *mimetype);
#endif