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:
authorCampbell Barton <ideasman42@gmail.com>2010-10-21 05:10:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-10-21 05:10:22 +0400
commitfec8292df190c2a38623823bec0b1b78867b1017 (patch)
tree707ee75908c1d43db33fc23f525477ea345ff0ac /source/blender/modifiers/intern/MOD_fluidsim_util.c
parent16b04834b3e1046118787d40531bf38f73ec9c76 (diff)
remove unused args for some modifiers, no functional change.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_fluidsim_util.c')
-rw-r--r--source/blender/modifiers/intern/MOD_fluidsim_util.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/modifiers/intern/MOD_fluidsim_util.c b/source/blender/modifiers/intern/MOD_fluidsim_util.c
index fb3eb74a919..6e6b9f43c54 100644
--- a/source/blender/modifiers/intern/MOD_fluidsim_util.c
+++ b/source/blender/modifiers/intern/MOD_fluidsim_util.c
@@ -546,8 +546,7 @@ DerivedMesh *fluidsim_read_cache(DerivedMesh *orgdm, FluidsimModifierData *fluid
DerivedMesh *fluidsimModifier_do(FluidsimModifierData *fluidmd, Scene *scene,
Object *UNUSED(ob),
DerivedMesh *dm,
- int useRenderParams,
- int UNUSED(isFinalCalc))
+ int useRenderParams)
{
#ifndef DISABLE_ELBEEM
DerivedMesh *result = NULL;