diff --git a/source/blender/makesdna/DNA_lightprobe_types.h b/source/blender/makesdna/DNA_lightprobe_types.h index d6afaf33052..5b5bc4c7392 100644 --- a/source/blender/makesdna/DNA_lightprobe_types.h +++ b/source/blender/makesdna/DNA_lightprobe_types.h @@ -64,7 +64,6 @@ typedef struct LightProbe { /* Runtime display data */ float distfalloff, distgridinf; - char _pad[8]; } LightProbe; /* Probe->type */ diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h index 39fb3690da4..ed4bea97aa0 100644 --- a/source/blender/makesdna/DNA_userdef_types.h +++ b/source/blender/makesdna/DNA_userdef_types.h @@ -581,7 +581,6 @@ typedef struct bUserAssetLibrary { typedef struct SolidLight { int flag; float smooth; - char _pad0[8]; float col[4], spec[4], vec[4]; } SolidLight;