Page MenuHome

Cleanup: Remove SEQ_CURRENT_BEGIN macro
ClosedPublic

Authored by Richard Antalik (ISS) on Mar 25 2021, 9:55 PM.

Details

Summary

Use LISTBASE_FOREACH instead.
SEQ_CURRENT_BEGIN did null checks, so now these must be explicit.

Diff Detail

Repository
rB Blender
Branch
remove-old-iterator (branched from master)
Build Status
Buildable 13731
Build 13731: arc lint + arc unit

Event Timeline

Richard Antalik (ISS) requested review of this revision.Mar 25 2021, 9:55 PM
Richard Antalik (ISS) created this revision.
Campbell Barton (campbellbarton) added inline comments.
source/blender/editors/space_sequencer/sequencer_draw.c
108

Should be removed as well.

This revision is now accepted and ready to land.Mar 31 2021, 9:14 AM
Richard Antalik (ISS) marked an inline comment as done.

Remove missed undef for SEQ_CURRENT_END

This revision was automatically updated to reflect the committed changes.