diff Core/Toolbox.h @ 2172:84d1d392a9ab

GenerateUuid() not available in sandboxed environments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Nov 2016 12:06:00 +0100
parents fd5875662670
children 4e8e0ad2001c
line wrap: on
line diff
--- a/Core/Toolbox.h	Wed Nov 23 11:46:42 2016 +0100
+++ b/Core/Toolbox.h	Wed Nov 23 12:06:00 2016 +0100
@@ -204,8 +204,6 @@
                                              const std::string& key,
                                              unsigned int defaultValue);
 
-    std::string GenerateUuid();
-
     bool IsUuid(const std::string& str);
 
     bool StartsWithUuid(const std::string& str);