[Bf-blender-cvs] [85f7ad95ed] clay-engine: Remove unused enum values (COLLECTION_PROP_TYPE_POINTER/BOOL)

Dalai Felinto noreply at git.blender.org
Fri Feb 3 12:26:51 CET 2017


Commit: 85f7ad95edddc63ea77859e89e3a7561cf09792c
Author: Dalai Felinto
Date:   Thu Feb 2 17:42:32 2017 +0100
Branches: clay-engine
https://developer.blender.org/rB85f7ad95edddc63ea77859e89e3a7561cf09792c

Remove unused enum values (COLLECTION_PROP_TYPE_POINTER/BOOL)

===================================================================

M	source/blender/makesdna/DNA_layer_types.h

===================================================================

diff --git a/source/blender/makesdna/DNA_layer_types.h b/source/blender/makesdna/DNA_layer_types.h
index b8344cf862..3211634dca 100644
--- a/source/blender/makesdna/DNA_layer_types.h
+++ b/source/blender/makesdna/DNA_layer_types.h
@@ -141,8 +141,6 @@ enum {
 typedef enum CollectionEnginePropertyType {
 	COLLECTION_PROP_TYPE_FLOAT = 0,
 	COLLECTION_PROP_TYPE_INT = 1,
-	COLLECTION_PROP_TYPE_BOOLEAN = 2,
-	COLLECTION_PROP_TYPE_POINTER = 3,
 } CollectionEnginePropertyType;
 
 /* *************************************************************** */




More information about the Bf-blender-cvs mailing list