From 6221180963c39f9f3f95982070ff6f381ab7e0b2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 3 Jun 2018 10:59:48 +0200 Subject: Cleanup: remove blockscale & handler Replace with link_flag, currently unused, needed for dynamic space types which is planned. --- source/blender/makesdna/DNA_action_types.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/makesdna/DNA_action_types.h') diff --git a/source/blender/makesdna/DNA_action_types.h b/source/blender/makesdna/DNA_action_types.h index 6913f3382e1..0e13aff4d44 100644 --- a/source/blender/makesdna/DNA_action_types.h +++ b/source/blender/makesdna/DNA_action_types.h @@ -652,10 +652,10 @@ typedef enum eDopeSheet_Flag { typedef struct SpaceAction { struct SpaceLink *next, *prev; ListBase regionbase; /* storage of regions for inactive spaces */ - int spacetype; - float blockscale; - - short blockhandler[8]; + char spacetype; + char link_flag; + char _pad0[6]; + /* End 'SpaceLink' header. */ View2D v2d DNA_DEPRECATED; /* copied to region */ -- cgit v1.2.3