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:
authorBastien Montagne <b.mont29@gmail.com>2020-03-06 14:16:56 +0300
committerBastien Montagne <b.mont29@gmail.com>2020-03-06 14:52:52 +0300
commit15c834ebbfa050aff2d955a6b9f5aaebee67ae7e (patch)
tree8c6fba0c01f786abfcc696407440ab9fe1db2152 /source/blender/blenkernel/BKE_key.h
parentc08151c6fa4dec57b57ca8150a87aad9615683ed (diff)
Cleanup: ShapeKey: Move to IDTypeInfo and remove unused BKE API.
Diffstat (limited to 'source/blender/blenkernel/BKE_key.h')
-rw-r--r--source/blender/blenkernel/BKE_key.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenkernel/BKE_key.h b/source/blender/blenkernel/BKE_key.h
index 477a22b07bb..6581891062c 100644
--- a/source/blender/blenkernel/BKE_key.h
+++ b/source/blender/blenkernel/BKE_key.h
@@ -40,10 +40,6 @@ extern "C" {
void BKE_key_free(struct Key *sc);
void BKE_key_free_nolib(struct Key *key);
struct Key *BKE_key_add(struct Main *bmain, struct ID *id);
-void BKE_key_copy_data(struct Main *bmain,
- struct Key *key_dst,
- const struct Key *key_src,
- const int flag);
struct Key *BKE_key_copy(struct Main *bmain, const struct Key *key);
struct Key *BKE_key_copy_nolib(struct Key *key);
void BKE_key_sort(struct Key *key);