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>2020-12-16 08:19:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-12-16 08:25:56 +0300
commitb347c4e9ca896c7f1149502962add1163db1e82c (patch)
tree83f7dfca88b65448e19e7ab57c327c909d00ba43 /source/blender/makesdna
parent588f107f1155817afe4316549c84ca649be16600 (diff)
Cleanup: remove redundant struct declarations
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h2
-rw-r--r--source/blender/makesdna/DNA_object_types.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h
index 04fbc030ed9..c2337b28e54 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -35,7 +35,6 @@ struct AnimData;
struct BVHCache;
struct Ipo;
struct Key;
-struct LinkNode;
struct MCol;
struct MEdge;
struct MFace;
@@ -44,7 +43,6 @@ struct MLoopCol;
struct MLoopTri;
struct MLoopUV;
struct MPoly;
-struct MPropCol;
struct MVert;
struct Material;
struct Mesh;
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 0a3a2cd0b64..25447d8f20a 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -38,9 +38,7 @@ extern "C" {
struct AnimData;
struct BoundBox;
-struct DerivedMesh;
struct FluidsimSettings;
-struct GpencilBatchCache;
struct Ipo;
struct Material;
struct Mesh;