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:
authorHans Goudey <h.goudey@me.com>2022-08-09 21:03:35 +0300
committerHans Goudey <h.goudey@me.com>2022-08-09 21:03:35 +0300
commitf8b1483566ccc096f54c32c93955b003ee77e32a (patch)
tree1f7ba649217934fe5d153ca1b21bcd3ac549cd5c /source/blender/blenkernel/BKE_object.h
parentc15a63d21eae49ffdce379efef729edbc952db1f (diff)
Cleanup: Remove unused object batch cache API function
Remove the "tag batch cache dirty" function specifically for object data, since it isn't used. Ref D14593
Diffstat (limited to 'source/blender/blenkernel/BKE_object.h')
-rw-r--r--source/blender/blenkernel/BKE_object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_object.h b/source/blender/blenkernel/BKE_object.h
index f0eb16a819d..8f3b488c7db 100644
--- a/source/blender/blenkernel/BKE_object.h
+++ b/source/blender/blenkernel/BKE_object.h
@@ -586,7 +586,6 @@ void BKE_object_runtime_reset_on_copy(struct Object *object, int flag);
void BKE_object_runtime_free_data(struct Object *object);
void BKE_object_batch_cache_dirty_tag(struct Object *ob);
-void BKE_object_data_batch_cache_dirty_tag(struct ID *object_data);
/* this function returns a superset of the scenes selection based on relationships */