Cleanup: Remove unnecesary undefs

Macros `SEQ_ALL_END` and `SEQ_ALL_BEGIN` no longer use `seq->tmp`.
Therefore they are safe to use regardless from where they are called.
This commit is contained in:
Richard Antalik 2021-07-28 18:12:54 +02:00
parent 40ef71f465
commit 3bf9675849
1 changed files with 0 additions and 5 deletions

View File

@ -102,11 +102,6 @@
#define MUTE_ALPHA 120
#define OVERLAP_ALPHA 180
/* NOTE: Don't use SEQ_ALL_BEGIN/SEQ_ALL_END while drawing!
* it messes up transform. */
#undef SEQ_ALL_BEGIN
#undef SEQ_ALL_END
static Sequence *special_seq_update = NULL;
void color3ubv_from_seq(Scene *curscene, Sequence *seq, uchar col[3])