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:
Diffstat (limited to 'source/blender/makesdna/DNA_layer_types.h')
-rw-r--r--source/blender/makesdna/DNA_layer_types.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/source/blender/makesdna/DNA_layer_types.h b/source/blender/makesdna/DNA_layer_types.h
index 2ee0eff7a9c..b3309a2e10f 100644
--- a/source/blender/makesdna/DNA_layer_types.h
+++ b/source/blender/makesdna/DNA_layer_types.h
@@ -141,21 +141,6 @@ enum {
COLLECTION_TYPE_GROUP_INTERNAL = 1,
};
-/* *************************************************************** */
-/* Engine Settings */
-
-/* CollectionEngineSettings->type */
-typedef enum CollectionEngineSettingsType {
- COLLECTION_MODE_NONE = 0,
- COLLECTION_MODE_OBJECT = 1,
- COLLECTION_MODE_EDIT = 2,
- COLLECTION_MODE_PAINT_WEIGHT = 5,
- COLLECTION_MODE_PAINT_VERTEX = 6,
-} CollectionModeSettingsType;
-
-/* *************************************************************** */
-
-
#ifdef __cplusplus
}
#endif