From 41216d5ad4c722e2ad9f15c968af454fc7566d5e Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Thu, 18 Oct 2018 15:43:06 +0200 Subject: Cleanup: Remove more #if 0 blocks Continuation of https://developer.blender.org/D3802 Reviewers: brecht Differential Revision: https://developer.blender.org/D3808 --- source/blender/blenkernel/intern/particle_child.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/blender/blenkernel/intern/particle_child.c') diff --git a/source/blender/blenkernel/intern/particle_child.c b/source/blender/blenkernel/intern/particle_child.c index f21b3a74fea..339c8533e51 100644 --- a/source/blender/blenkernel/intern/particle_child.c +++ b/source/blender/blenkernel/intern/particle_child.c @@ -299,11 +299,6 @@ void psys_apply_child_modifiers(ParticleThreadContext *ctx, struct ListBase *mod int totkeys, k; float max_length; -#if 0 /* TODO for the future: use true particle modifiers that work on the whole curve */ - for (mod = modifiers->first; mod; mod = mod->next) { - mod->apply(keys, totkeys, parent_keys); - } -#else (void)modifiers; (void)mod; @@ -379,7 +374,6 @@ void psys_apply_child_modifiers(ParticleThreadContext *ctx, struct ListBase *mod } } } -#endif } /* ------------------------------------------------------------------------- */ -- cgit v1.2.3