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>2019-01-28 14:06:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-28 14:06:53 +0300
commit66e6cd53157274e0384b65ff6a437d2dcf6d3a9f (patch)
tree6f3b158424297b38c9667d6501d5dcf3e91beeda /source/blender/depsgraph/DEG_depsgraph_physics.h
parentc0f88ed8a860026e32ec6a06287fcf9394b4cf0a (diff)
Cleanup: unused struct declarations
Diffstat (limited to 'source/blender/depsgraph/DEG_depsgraph_physics.h')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph_physics.h1
1 files changed, 0 insertions, 1 deletions
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;