From 5dcb6fb22f3f0a8a5b2b9f0aa5479a29d635ddbe Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 20 Feb 2020 10:21:23 +1100 Subject: Cleanup: unused enums --- source/blender/blenkernel/BKE_object.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_object.h') diff --git a/source/blender/blenkernel/BKE_object.h b/source/blender/blenkernel/BKE_object.h index 4ea33d39385..9f436db97ee 100644 --- a/source/blender/blenkernel/BKE_object.h +++ b/source/blender/blenkernel/BKE_object.h @@ -370,7 +370,8 @@ typedef enum eObRelationTypes { OB_REL_CHILDREN = (1 << 2), /* immediate children */ OB_REL_CHILDREN_RECURSIVE = (1 << 3), /* All children */ OB_REL_MOD_ARMATURE = (1 << 4), /* Armatures related to the selected objects */ - OB_REL_SCENE_CAMERA = (1 << 5), /* you might want the scene camera too even if unselected? */ + /* OB_REL_SCENE_CAMERA = (1 << 5), */ /* you might want the scene camera too even if unselected? + */ } eObRelationTypes; typedef enum eObjectSet { -- cgit v1.2.3