Cleanup: remove unused 'eInsertKeyFlags' from delete API call

There is no need for an insertion flag in a delete function.
This commit is contained in:
2020-03-06 15:07:57 +11:00
parent b15c658801
commit e97aed1e73
4 changed files with 5 additions and 8 deletions

View File

@@ -150,8 +150,7 @@ short delete_keyframe(struct Main *bmain,
struct bAction *act,
const char rna_path[],
int array_index,
float cfra,
eInsertKeyFlags flag);
float cfra);
/* ************ Keying Sets ********************** */