diff Core/Toolbox.h @ 2906:2a504fef4ed7

AutodetectMimeType() now using boost::filesystem
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Oct 2018 12:29:55 +0100
parents 0196d07a900f
children ad0e7def3338
line wrap: on
line diff
--- a/Core/Toolbox.h	Tue Oct 30 11:55:23 2018 +0100
+++ b/Core/Toolbox.h	Tue Oct 30 12:29:55 2018 +0100
@@ -117,8 +117,6 @@
     bool IsChildUri(const UriComponents& baseUri,
                     const UriComponents& testedUri);
 
-    std::string AutodetectMimeType(const std::string& path);
-
     std::string FlattenUri(const UriComponents& components,
                            size_t fromLevel = 0);