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-28 20:19:44 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2020-01-28 20:25:31 +0300
commitca572e99708e1c59067fbeea09f2feca777caff9 (patch)
tree76629cab8ebd3caf5103b381db0bb4c4733df7b7 /source/blender/makesdna/DNA_object_defaults.h
parent12865caf4f3dd48f343db7167b20e303160004a3 (diff)
Cleanup: fix compiler warnings related to deprecated members
For Freestyle, it helps to move the struct copy from C++ to C, where the compiler knows that copying deprecated members is ok.
Diffstat (limited to 'source/blender/makesdna/DNA_object_defaults.h')
-rw-r--r--source/blender/makesdna/DNA_object_defaults.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_object_defaults.h b/source/blender/makesdna/DNA_object_defaults.h
index 1105a8fd4e1..554d68f2d4a 100644
--- a/source/blender/makesdna/DNA_object_defaults.h
+++ b/source/blender/makesdna/DNA_object_defaults.h
@@ -66,7 +66,6 @@
.col_mask = 0xffff, \
.preview = NULL, \
.duplicator_visibility_flag = OB_DUPLI_FLAG_VIEWPORT | OB_DUPLI_FLAG_RENDER, \
- .fluidsimSettings = NULL, \
.pc_ids = {NULL, NULL}, \
}