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-09 14:21:45 +0300
committerBastien Montagne <b.mont29@gmail.com>2020-03-09 14:49:04 +0300
commitb57d3afb764fffd55d17502075e8f49fdf95f7a1 (patch)
tree3ba847be0b32e5a2b6c1f4ddf6f1fb3f086e4171 /source/blender/blenkernel/BKE_cachefile.h
parent613148ce5bf887ecf700db0c25aafa45ee9b7a63 (diff)
Cleanup: CacheFile: Move to IDTypeInfo and remove unused BKE API.
Diffstat (limited to 'source/blender/blenkernel/BKE_cachefile.h')
-rw-r--r--source/blender/blenkernel/BKE_cachefile.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/blender/blenkernel/BKE_cachefile.h b/source/blender/blenkernel/BKE_cachefile.h
index 1f720b03fc9..596085f9c6f 100644
--- a/source/blender/blenkernel/BKE_cachefile.h
+++ b/source/blender/blenkernel/BKE_cachefile.h
@@ -39,18 +39,8 @@ void BKE_cachefiles_exit(void);
void *BKE_cachefile_add(struct Main *bmain, const char *name);
-void BKE_cachefile_init(struct CacheFile *cache_file);
-
-void BKE_cachefile_free(struct CacheFile *cache_file);
-
-void BKE_cachefile_copy_data(struct Main *bmain,
- struct CacheFile *cache_file_dst,
- const struct CacheFile *cache_file_src,
- const int flag);
struct CacheFile *BKE_cachefile_copy(struct Main *bmain, const struct CacheFile *cache_file);
-void BKE_cachefile_make_local(struct Main *bmain, struct CacheFile *cache_file, const int flags);
-
void BKE_cachefile_reload(struct Depsgraph *depsgraph, struct CacheFile *cache_file);
void BKE_cachefile_eval(struct Main *bmain,