Cleanup: split sequencer.c file

Move most functions into separate files.

File sequencer.c is reserved for alloc, free and duplicating functions.

There should be no functional changes.
This commit is contained in:
2020-11-16 05:02:30 +01:00
parent 52a189936b
commit 01db805a82
28 changed files with 3704 additions and 3046 deletions

View File

@@ -49,7 +49,6 @@
#include "BLO_read_write.h"
#include "render.h"
#include "sequencer.h"
static SequenceModifierTypeInfo *modifiersTypes[NUM_SEQUENCE_MODIFIER_TYPES];
static bool modifierTypesInit = false;