Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-02-13 11:12:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-13 11:14:36 +0300
commitb271cbfcb062498532a2bde5ab9fbac03be8f1cd (patch)
treeda258d0918db575c67478481dcdb9ef4733a2015 /source/blender/makesdna/DNA_lattice_types.h
parent2424bb3d5ef38702bb738431ab05bd4575374e96 (diff)
Cleanup: unused DNA struct members
- Timeline theme. - 3D view runtime variables. - Exclude EditLatt from SDNA.
Diffstat (limited to 'source/blender/makesdna/DNA_lattice_types.h')
-rw-r--r--source/blender/makesdna/DNA_lattice_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_lattice_types.h b/source/blender/makesdna/DNA_lattice_types.h
index dad46dbe428..0794e297ed1 100644
--- a/source/blender/makesdna/DNA_lattice_types.h
+++ b/source/blender/makesdna/DNA_lattice_types.h
@@ -32,12 +32,12 @@ struct Ipo;
struct Key;
struct MDeformVert;
+#
+#
typedef struct EditLatt {
struct Lattice *latt;
int shapenr;
-
- char pad[4];
} EditLatt;
typedef struct Lattice {