diff Core/Enumerations.h @ 1772:53e045b5a8ec

MIME content type can be associated to custom attachments (cf. "UserContentType")
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Nov 2015 14:36:27 +0100
parents d143db00a794
children 613df4362575
line wrap: on
line diff
--- a/Core/Enumerations.h	Tue Nov 10 17:18:42 2015 +0100
+++ b/Core/Enumerations.h	Thu Nov 12 14:36:27 2015 +0100
@@ -454,10 +454,6 @@
   bool GetDicomEncoding(Encoding& encoding,
                         const char* specificCharacterSet);
 
-  const char* GetMimeType(FileContentType type);
-
-  const char* GetFileExtension(FileContentType type);
-
   ResourceType GetChildResourceType(ResourceType type);
 
   ResourceType GetParentResourceType(ResourceType type);