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:
authorDalai Felinto <dalai@blender.org>2020-03-06 18:35:23 +0300
committerDalai Felinto <dalai@blender.org>2020-03-06 18:43:09 +0300
commit68b6d0302a591ccba843533043632d4d0bc1b40b (patch)
tree301cb6bdeca0d105acb4a5d6c07ce108dcad1a23 /source/blender/blenkernel/BKE_action.h
parent57daecc2cf88878e56394726759c48f81610806a (diff)
Cleanup: Action: Move to IDTypeInfo, and remove unused BKE API.
Diffstat (limited to 'source/blender/blenkernel/BKE_action.h')
-rw-r--r--source/blender/blenkernel/BKE_action.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/blender/blenkernel/BKE_action.h b/source/blender/blenkernel/BKE_action.h
index f74285b5313..5f4f3f35b82 100644
--- a/source/blender/blenkernel/BKE_action.h
+++ b/source/blender/blenkernel/BKE_action.h
@@ -47,18 +47,9 @@ struct bPoseChannel_Runtime;
/* Allocate a new bAction with the given name */
struct bAction *BKE_action_add(struct Main *bmain, const char name[]);
-void BKE_action_copy_data(struct Main *bmain,
- struct bAction *act_dst,
- const struct bAction *act_src,
- const int flag);
/* Allocate a copy of the given Action and all its data */
struct bAction *BKE_action_copy(struct Main *bmain, const struct bAction *act_src);
-/* Deallocate all of the Action's data, but not the Action itself */
-void BKE_action_free(struct bAction *act);
-
-void BKE_action_make_local(struct Main *bmain, struct bAction *act, const int flags);
-
/* Action API ----------------- */
/* types of transforms applied to the given item