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>2020-12-16 08:19:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-12-16 08:25:56 +0300
commitb347c4e9ca896c7f1149502962add1163db1e82c (patch)
tree83f7dfca88b65448e19e7ab57c327c909d00ba43 /source/blender/depsgraph/DEG_depsgraph_build.h
parent588f107f1155817afe4316549c84ca649be16600 (diff)
Cleanup: remove redundant struct declarations
Diffstat (limited to 'source/blender/depsgraph/DEG_depsgraph_build.h')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph_build.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/depsgraph/DEG_depsgraph_build.h b/source/blender/depsgraph/DEG_depsgraph_build.h
index f894bdabba4..4e618d8625d 100644
--- a/source/blender/depsgraph/DEG_depsgraph_build.h
+++ b/source/blender/depsgraph/DEG_depsgraph_build.h
@@ -39,7 +39,6 @@ struct Main;
struct Object;
struct Scene;
struct Simulation;
-struct ViewLayer;
struct bNodeTree;
#include "BLI_sys_types.h"