From 66e6cd53157274e0384b65ff6a437d2dcf6d3a9f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 28 Jan 2019 22:06:53 +1100 Subject: Cleanup: unused struct declarations --- source/blender/blenkernel/BKE_subsurf.h | 1 - source/blender/blenkernel/BKE_texture.h | 1 - source/blender/depsgraph/DEG_depsgraph_physics.h | 1 - source/blender/depsgraph/intern/builder/deg_builder_relations.h | 1 - source/blender/draw/DRW_engine.h | 1 - source/blender/makesdna/DNA_windowmanager_types.h | 1 - 6 files changed, 6 deletions(-) (limited to 'source') 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 -- cgit v1.2.3