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>2021-03-04 09:17:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-04 09:17:19 +0300
commit12b529b3a675ea69408c5eea84d2329ef156d407 (patch)
tree7d284f5d94d1a4838aec708182ea1bceca19fc28 /source/blender/sequencer
parent2df2f1c908fae86f4b29795384b8dabc192dc338 (diff)
Cleanup: redundant struct declarations
Diffstat (limited to 'source/blender/sequencer')
-rw-r--r--source/blender/sequencer/SEQ_add.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/sequencer/SEQ_add.h b/source/blender/sequencer/SEQ_add.h
index e262d7ed1ef..7d728b25a30 100644
--- a/source/blender/sequencer/SEQ_add.h
+++ b/source/blender/sequencer/SEQ_add.h
@@ -30,7 +30,6 @@ extern "C" {
struct ListBase;
struct Scene;
struct Sequence;
-struct bContext;
/* SeqLoadData.flags */
typedef enum eSeqLoadFlags {