Cleanup: unused struct declarations

This commit is contained in:
Campbell Barton 2019-01-28 22:06:53 +11:00
parent c0f88ed8a8
commit 66e6cd5315
6 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

@ -45,7 +45,6 @@ struct Lamp;
struct MTex;
struct Main;
struct Material;
struct OceanTex;
struct ParticleSettings;
struct PointDensity;
struct Tex;

View File

@ -32,7 +32,6 @@
#include "DEG_depsgraph.h"
struct Colllection;
struct DepsNodeHandle;
struct Depsgraph;
struct EffectorWeights;

View File

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

View File

@ -32,7 +32,6 @@
#include "BLI_sys_types.h" /* for bool */
struct ARegion;
struct CollectionEngineSettings;
struct DRWInstanceDataList;
struct DRWPass;
struct Depsgraph;

View File

@ -59,7 +59,6 @@ struct UndoStep;
struct bContext;
struct bScreen;
struct uiLayout;
struct wmSubWindow;
struct wmTimer;
#define OP_MAX_TYPENAME 64