Cleanup: remove EditNurb from DNA

This commit is contained in:
Campbell Barton
2019-11-06 12:44:14 +11:00
parent 9d1031b011
commit 7168dfd005

View File

@@ -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;