Cleanup: unused struct declarations

This commit is contained in:
Campbell Barton 2019-01-28 22:15:46 +11:00
parent f8ce24f796
commit 66d03f61b8
4 changed files with 0 additions and 6 deletions

View File

@ -42,7 +42,6 @@ struct CCGElem;
struct CCGFace;
struct CCGVert;
struct DMFlagMat;
struct DMGridAdjacency;
struct DerivedMesh;
struct EdgeHash;
struct MPoly;

View File

@ -84,7 +84,6 @@ struct DepsRelation;
struct Depsgraph;
struct IDDepsNode;
struct OperationDepsNode;
struct RootDepsNode;
struct RootPChanMap;
struct TimeSourceDepsNode;

View File

@ -47,8 +47,6 @@ struct BMEditMesh;
struct Base;
struct BoundBox;
struct Brush;
struct CSG_FaceIteratorDescriptor;
struct CSG_VertexIteratorDescriptor;
struct ChannelDriver;
struct ColorBand;
struct Context;

View File

@ -55,8 +55,6 @@
/**
* \section Forward declarations
*/
struct SM_MaterialProps;
struct SM_ShapeProps;
struct Scene;
class CTR_HashedPtr;