Cleanup: missing-prototypes warning

This commit is contained in:
Campbell Barton 2022-04-10 17:25:33 +10:00
parent 881c566032
commit 8315e97754
1 changed files with 1 additions and 1 deletions

View File

@ -634,7 +634,7 @@ static void freeSeqData(TransInfo *t, TransDataContainer *tc, TransCustomData *c
free_transform_custom_data(custom_data);
}
SeqCollection *query_selected_strips_no_handles(ListBase *seqbase)
static SeqCollection *query_selected_strips_no_handles(ListBase *seqbase)
{
SeqCollection *strips = SEQ_collection_create(__func__);
LISTBASE_FOREACH (Sequence *, seq, seqbase) {