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:
@@ -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 ********************** */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user