Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Antalik <richardantalik@gmail.com>2020-11-06 18:37:26 +0300
committerRichard Antalik <richardantalik@gmail.com>2020-11-06 18:43:48 +0300
commitc063813c30e55ddc8f42ef7632d9dfa109dfddff (patch)
tree8b8f306a9f305b359cce903a166a5bf2a327d7b8 /source/blender/sequencer/intern/effects.c
parentaf245326125aed919bc7560d20f6152e55d1478f (diff)
Cleanup: remove unused functions
Diffstat (limited to 'source/blender/sequencer/intern/effects.c')
-rw-r--r--source/blender/sequencer/intern/effects.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/sequencer/intern/effects.c b/source/blender/sequencer/intern/effects.c
index 4c7b1566f68..5412914e0f6 100644
--- a/source/blender/sequencer/intern/effects.c
+++ b/source/blender/sequencer/intern/effects.c
@@ -4319,10 +4319,3 @@ int BKE_sequence_effect_get_num_inputs(int seq_type)
}
return 0;
}
-
-int BKE_sequence_effect_get_supports_mask(int seq_type)
-{
- struct SeqEffectHandle rval = get_sequence_effect_impl(seq_type);
-
- return rval.supports_mask;
-}