From b8467273b893967fdecce81c92f8d680edde0059 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 26 Jan 2019 16:50:13 +1100 Subject: Cleanup: redundant defines Comment or remove unused defines. --- source/blender/makesdna/DNA_curve_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_curve_types.h') diff --git a/source/blender/makesdna/DNA_curve_types.h b/source/blender/makesdna/DNA_curve_types.h index 3437c1a4a4d..9c6b68b865a 100644 --- a/source/blender/makesdna/DNA_curve_types.h +++ b/source/blender/makesdna/DNA_curve_types.h @@ -236,7 +236,8 @@ typedef struct Curve { /** Keep a short because of BKE_object_obdata_texspace_get(). */ short texflag; - short drawflag, twist_mode; + char _pad0[2]; + short twist_mode; float twist_smooth, smallcaps_scale; int pathlen; -- cgit v1.2.3