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/blenkernel/intern/cachefile.c')
-rw-r--r--source/blender/blenkernel/intern/cachefile.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/blenkernel/intern/cachefile.c b/source/blender/blenkernel/intern/cachefile.c
index 65dcf3673d6..8abf5515645 100644
--- a/source/blender/blenkernel/intern/cachefile.c
+++ b/source/blender/blenkernel/intern/cachefile.c
@@ -254,11 +254,6 @@ void *BKE_cachefile_add(Main *bmain, const char *name)
return cache_file;
}
-CacheFile *BKE_cachefile_copy(Main *bmain, const CacheFile *cache_file)
-{
- return (CacheFile *)BKE_id_copy(bmain, &cache_file->id);
-}
-
void BKE_cachefile_reload(Depsgraph *depsgraph, CacheFile *cache_file)
{
/* To force reload, free the handle and tag depsgraph to load it again. */