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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2020-01-26 18:35:42 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2020-01-27 14:18:43 +0300
commit62ec19f37c79a4631fafb78be16554e740366aba (patch)
tree1876ac30a14244b65c0ef740c0af49155e04cd25 /source/blender/makesdna/DNA_object_types.h
parentc055d69f83edfaa67eb771cbe87271af60a80221 (diff)
Cleanup: removed unused derivedDeform and derivedFinal
Diffstat (limited to 'source/blender/makesdna/DNA_object_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index fbed0754046..cbed2af7df2 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -374,8 +374,6 @@ typedef struct Object {
struct FluidsimSettings *fluidsimSettings
DNA_DEPRECATED; // XXX deprecated... replaced by mantaflow, keep for readfile
- struct DerivedMesh *derivedDeform, *derivedFinal;
-
ListBase pc_ids;
/** Settings for Bullet rigid body. */