From 46f1c1b15d80535b8fb914f6a227384866bb2caf Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 5 Mar 2019 00:20:31 +1100 Subject: Revert "DNA: optimize data reconstruction" This reverts commit 657205530cc680012734200a8babd6232be5ee92. This caused an T62181, looking into fix but revert for now. --- source/blender/makesdna/DNA_sdna_types.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/makesdna/DNA_sdna_types.h') diff --git a/source/blender/makesdna/DNA_sdna_types.h b/source/blender/makesdna/DNA_sdna_types.h index 2c02f6a6745..5b57065dff3 100644 --- a/source/blender/makesdna/DNA_sdna_types.h +++ b/source/blender/makesdna/DNA_sdna_types.h @@ -38,8 +38,6 @@ typedef struct SDNA { int nr_names, nr_names_alloc; /** Struct member names. */ const char **names; - /** Result of #DNA_elem_array_size (aligned with #names). */ - const short *names_array_len; /** Size of a pointer in bytes. */ int pointer_size; -- cgit v1.2.3