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:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-07-28 11:42:52 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-07-28 11:49:31 +0300
commit402d4ea0b60ef96085f87ce9ff3b9aa000fb462e (patch)
treef03549182a41d6ac17fa003a68f2754a53e26cad /source/blender
parent3673a5adba1ba2ed9d4d527ca4ba9d81f199b35d (diff)
DupliObject: Remove unused and confusing index argument from the context
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/blenkernel/intern/object_dupli.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/object_dupli.c b/source/blender/blenkernel/intern/object_dupli.c
index c03f7c2c0ae..21a0246353e 100644
--- a/source/blender/blenkernel/intern/object_dupli.c
+++ b/source/blender/blenkernel/intern/object_dupli.c
@@ -80,7 +80,6 @@ typedef struct DupliContext {
int persistent_id[MAX_DUPLI_RECUR];
int level;
- int index;
const struct DupliGenerator *gen;