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>2011-11-15 07:48:25 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-15 07:48:25 +0400
commit502081879bee45d0def27e1290ffa45feb3fd6f3 (patch)
tree22c11aaaf4ba3393ffeec667100aac840a6eb021 /source/blender/modifiers
parent747f06d3d23e75bee048bd9957fbe44897ad0ad6 (diff)
remove unused OceanModifierData member & use smaller flags where possible
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_ocean.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_ocean.c b/source/blender/modifiers/intern/MOD_ocean.c
index e0ccb1f908e..a61cc856662 100644
--- a/source/blender/modifiers/intern/MOD_ocean.c
+++ b/source/blender/modifiers/intern/MOD_ocean.c
@@ -178,7 +178,6 @@ static void copyData(ModifierData *md, ModifierData *target)
tomd->seed = omd->seed;
tomd->flag = omd->flag;
- tomd->output = omd->output;
tomd->refresh = 0;