From 7168dfd005dacd25c56866e46947ab52dec2de57 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 6 Nov 2019 12:44:14 +1100 Subject: Cleanup: remove EditNurb from DNA --- source/blender/makesdna/DNA_curve_types.h | 3 +++ 1 file changed, 3 insertions(+) (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 759029ad618..7a641189bcb 100644 --- a/source/blender/makesdna/DNA_curve_types.h +++ b/source/blender/makesdna/DNA_curve_types.h @@ -193,6 +193,9 @@ typedef struct TextBox { float x, y, w, h; } TextBox; +/* These two Lines with # tell makesdna this struct can be excluded. */ +# +# typedef struct EditNurb { /* base of nurbs' list (old Curve->editnurb) */ ListBase nurbs; -- cgit v1.2.3