Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Tönne <lukas.toenne@gmail.com>2014-05-27 10:25:36 +0400
committerLukas Tönne <lukas.toenne@gmail.com>2014-05-27 10:29:55 +0400
commit4893780d9f3b9cf9858a2b2eba96cf5de5dcd908 (patch)
tree031cc6a83771cd4638343787fe037e8fb0680356 /source/blender/blenlib/intern/rand.c
parent13b81c84a0d6ee4358f9393da5c130f026203b62 (diff)
PIL_time is no longer used in BLI_random.
The last remnant of using the system time for random seed was removed in rBafb4b65, now seeds are always explicit for BLI_random.
Diffstat (limited to 'source/blender/blenlib/intern/rand.c')
-rw-r--r--source/blender/blenlib/intern/rand.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenlib/intern/rand.c b/source/blender/blenlib/intern/rand.c
index 5d78608e70c..a5d6e2f7c1e 100644
--- a/source/blender/blenlib/intern/rand.c
+++ b/source/blender/blenlib/intern/rand.c
@@ -36,8 +36,6 @@
#include "MEM_guardedalloc.h"
-#include "PIL_time.h"
-
#include "BLI_threads.h"
#include "BLI_rand.h"
#include "BLI_math.h"