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:
authorBrecht Van Lommel <brecht@blender.org>2022-06-22 20:34:16 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-06-22 20:52:55 +0300
commit5c0d18f682b5a63688317e1404ec7349a7dfb4a7 (patch)
treeeec78d2754fd486d85519b7f0ec6b6e20eda20f0 /source/blender/blenkernel/BKE_brush.h
parentb6a76243cd06d93dc8ef4a6437c6fef143bf7375 (diff)
Cleanup: remove unused sculpt texture cache generation
This has not been used since 5505697ac in 2010.
Diffstat (limited to 'source/blender/blenkernel/BKE_brush.h')
-rw-r--r--source/blender/blenkernel/BKE_brush.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenkernel/BKE_brush.h b/source/blender/blenkernel/BKE_brush.h
index a98f4802991..4d728002c87 100644
--- a/source/blender/blenkernel/BKE_brush.h
+++ b/source/blender/blenkernel/BKE_brush.h
@@ -119,10 +119,6 @@ float BKE_brush_sample_masktex(const struct Scene *scene,
int thread,
struct ImagePool *pool);
-/* Texture. */
-
-unsigned int *BKE_brush_gen_texture_cache(struct Brush *br, int half_side, bool use_secondary);
-
/**
* Radial control.
*/