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:
Diffstat (limited to 'source/blender/editors/include/ED_keyframing.h')
-rw-r--r--source/blender/editors/include/ED_keyframing.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_keyframing.h b/source/blender/editors/include/ED_keyframing.h
index e4d86a026e3..7baaaf63d6a 100644
--- a/source/blender/editors/include/ED_keyframing.h
+++ b/source/blender/editors/include/ED_keyframing.h
@@ -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 ********************** */