From fa4bbbb249bf9706e9c71d34748fbde87fa385fb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 4 Dec 2010 13:00:28 +0000 Subject: Maintenance, - remove some redundant declarations - changed VertexTangent and Path structs to avoid compiler alignment padding. --- source/blender/makesrna/RNA_enum_types.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/makesrna/RNA_enum_types.h') diff --git a/source/blender/makesrna/RNA_enum_types.h b/source/blender/makesrna/RNA_enum_types.h index 1d2b8c97f86..9b6b12ef727 100644 --- a/source/blender/makesrna/RNA_enum_types.h +++ b/source/blender/makesrna/RNA_enum_types.h @@ -80,8 +80,6 @@ extern EnumPropertyItem object_type_curve_items[]; extern EnumPropertyItem controller_type_items[]; -extern EnumPropertyItem space_type_items[]; - extern EnumPropertyItem keymap_propvalue_items[]; extern EnumPropertyItem operator_context_items[]; -- cgit v1.2.3