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>2016-04-13 11:49:39 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2016-04-13 11:49:39 +0300
commitd47173c8caf6f713f1c2a36feb6cec657ce1182d (patch)
tree2c788d6d1d4914318e77c88b640d473dac34c774 /source/creator/creator.c
parentcf6cb3dcaf17f274ae8b6c151b8590611ae8c6c4 (diff)
Removed blenkernel particle code.
Diffstat (limited to 'source/creator/creator.c')
-rw-r--r--source/creator/creator.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 1010c9f06c8..98e3a5c881c 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -65,7 +65,6 @@
#include "BKE_node.h"
#include "BKE_sound.h"
#include "BKE_image.h"
-#include "BKE_particle.h"
#include "IMB_imbuf.h" /* for IMB_init */
@@ -360,7 +359,6 @@ int main(
RE_engines_init();
init_nodesystem();
- psys_init_rng();
/* end second init */