[Bf-blender-cvs] [66e6cd53157] master: Cleanup: unused struct declarations

Campbell Barton noreply at git.blender.org
Mon Jan 28 12:04:37 CET 2019


Commit: 66e6cd53157274e0384b65ff6a437d2dcf6d3a9f
Author: Campbell Barton
Date:   Mon Jan 28 22:06:53 2019 +1100
Branches: master
https://developer.blender.org/rB66e6cd53157274e0384b65ff6a437d2dcf6d3a9f

Cleanup: unused struct declarations

===================================================================

M	source/blender/blenkernel/BKE_subsurf.h
M	source/blender/blenkernel/BKE_texture.h
M	source/blender/depsgraph/DEG_depsgraph_physics.h
M	source/blender/depsgraph/intern/builder/deg_builder_relations.h
M	source/blender/draw/DRW_engine.h
M	source/blender/makesdna/DNA_windowmanager_types.h

===================================================================

diff --git a/source/blender/blenkernel/BKE_subsurf.h b/source/blender/blenkernel/BKE_subsurf.h
index 20ae85f23fe..b8b05f39002 100644
--- a/source/blender/blenkernel/BKE_subsurf.h
+++ b/source/blender/blenkernel/BKE_subsurf.h
@@ -42,7 +42,6 @@ struct CCGElem;
 struct CCGFace;
 struct CCGVert;
 struct DMFlagMat;
-struct DMGridAdjacency;
 struct DerivedMesh;
 struct EdgeHash;
 struct MPoly;
diff --git a/source/blender/blenkernel/BKE_texture.h b/source/blender/blenkernel/BKE_texture.h
index 281a30a2985..a2ad30fe966 100644
--- a/source/blender/blenkernel/BKE_texture.h
+++ b/source/blender/blenkernel/BKE_texture.h
@@ -45,7 +45,6 @@ struct Lamp;
 struct MTex;
 struct Main;
 struct Material;
-struct OceanTex;
 struct ParticleSettings;
 struct PointDensity;
 struct Tex;
diff --git a/source/blender/depsgraph/DEG_depsgraph_physics.h b/source/blender/depsgraph/DEG_depsgraph_physics.h
index 6dfd73a03c2..4e916ee26a4 100644
--- a/source/blender/depsgraph/DEG_depsgraph_physics.h
+++ b/source/blender/depsgraph/DEG_depsgraph_physics.h
@@ -32,7 +32,6 @@
 
 #include "DEG_depsgraph.h"
 
-struct Colllection;
 struct DepsNodeHandle;
 struct Depsgraph;
 struct EffectorWeights;
diff --git a/source/blender/depsgraph/intern/builder/deg_builder_relations.h b/source/blender/depsgraph/intern/builder/deg_builder_relations.h
index 55c7657dcad..03212f6d0c8 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder_relations.h
+++ b/source/blender/depsgraph/intern/builder/deg_builder_relations.h
@@ -94,7 +94,6 @@ struct DepsRelation;
 struct Depsgraph;
 struct IDDepsNode;
 struct OperationDepsNode;
-struct RootDepsNode;
 struct RootPChanMap;
 struct TimeSourceDepsNode;
 
diff --git a/source/blender/draw/DRW_engine.h b/source/blender/draw/DRW_engine.h
index 3ec56a21983..35ee0c39387 100644
--- a/source/blender/draw/DRW_engine.h
+++ b/source/blender/draw/DRW_engine.h
@@ -32,7 +32,6 @@
 #include "BLI_sys_types.h"  /* for bool */
 
 struct ARegion;
-struct CollectionEngineSettings;
 struct DRWInstanceDataList;
 struct DRWPass;
 struct Depsgraph;
diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h
index c3760d66514..c24d7aa1f9c 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -59,7 +59,6 @@ struct UndoStep;
 struct bContext;
 struct bScreen;
 struct uiLayout;
-struct wmSubWindow;
 struct wmTimer;
 
 #define OP_MAX_TYPENAME 64



More information about the Bf-blender-cvs mailing list