Cleanup: remove redundant struct declarations

This commit is contained in:
2020-12-16 16:19:04 +11:00
parent 588f107f11
commit b347c4e9ca
67 changed files with 3 additions and 112 deletions

View File

@@ -27,14 +27,7 @@
extern "C" {
#endif
struct Editing;
struct ImBuf;
struct Main;
struct Mask;
struct Scene;
struct Sequence;
struct StripColorBalance;
struct StripElem;
/* **********************************************************************
* sequencer.c

View File

@@ -27,8 +27,6 @@
extern "C" {
#endif
struct ImBuf;
struct Main;
struct Scene;
struct Sequence;
struct SeqRenderData;

View File

@@ -27,7 +27,6 @@
extern "C" {
#endif
struct Editing;
struct ImBuf;
struct ListBase;
struct Scene;

View File

@@ -28,7 +28,6 @@ extern "C" {
#endif
struct Scene;
struct anim;
bool sequencer_seq_generates_image(struct Sequence *seq);
void seq_open_anim_file(struct Scene *scene, struct Sequence *seq, bool openfile);