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:
authorCampbell Barton <ideasman42@gmail.com>2021-12-07 10:47:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-12-07 10:47:01 +0300
commit512a560cde10231494e0df3dbc5ade361c7d976b (patch)
tree86eabbc3535a9f7525fff3731eff4535c6c134e1 /source/blender/blenkernel/BKE_pointcache.h
parenta55d318d713217867d353a225d7bc02caa8a628c (diff)
Cleanup: remove BKE_ptcache_remove
No longer needed as the temporary directory is cleared on exit.
Diffstat (limited to 'source/blender/blenkernel/BKE_pointcache.h')
-rw-r--r--source/blender/blenkernel/BKE_pointcache.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/blenkernel/BKE_pointcache.h b/source/blender/blenkernel/BKE_pointcache.h
index abd3f09fbb4..47d3d83f8bb 100644
--- a/source/blender/blenkernel/BKE_pointcache.h
+++ b/source/blender/blenkernel/BKE_pointcache.h
@@ -308,12 +308,6 @@ void BKE_ptcache_ids_from_object(struct ListBase *lb,
*/
bool BKE_ptcache_object_has(struct Scene *scene, struct Object *ob, int duplis);
-/***************** Global funcs ****************************/
-/**
- * Use this when quitting Blender, with unsaved files.
- */
-void BKE_ptcache_remove(void);
-
/************ ID specific functions ************************/
void BKE_ptcache_id_clear(PTCacheID *id, int mode, unsigned int cfra);
bool BKE_ptcache_id_exist(PTCacheID *id, int cfra);