Cleanup: remove unused baking struct members from soft-body

This commit is contained in:
2021-05-11 15:59:55 +10:00
parent 4226f19a03
commit 091d7336e6
5 changed files with 17 additions and 30 deletions

View File

@@ -267,10 +267,9 @@ typedef struct SoftBody {
char namedVG_Spring_K[64];
/* baking */
int sfra, efra;
int interval;
char _pad1[6];
/** Local==1: use local coords for baking. */
short local, solverflags;
char local, solverflags;
/* -- these must be kept for backwards compatibility -- */
/** Array of size totpointkey. */