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-01-04 03:53:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-04 09:37:44 +0300
commit12409b2069d175fd3ebf578d91d190fe75272c87 (patch)
tree1f91b59f2dfe0f024f895b755113af59dbb91e6a /source/blender/blenkernel/BKE_brush.h
parent01f38c10cb5045de9ca9a4284793966ca5dd5af6 (diff)
Cleanup: rename get_brush_icon, make it a static function
Group with other icon preview API functions.
Diffstat (limited to 'source/blender/blenkernel/BKE_brush.h')
-rw-r--r--source/blender/blenkernel/BKE_brush.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenkernel/BKE_brush.h b/source/blender/blenkernel/BKE_brush.h
index e551ed76b6f..452a08bc9c8 100644
--- a/source/blender/blenkernel/BKE_brush.h
+++ b/source/blender/blenkernel/BKE_brush.h
@@ -69,9 +69,6 @@ void BKE_brush_gpencil_weight_presets(struct Main *bmain,
const bool reset);
void BKE_gpencil_brush_preset_set(struct Main *bmain, struct Brush *brush, const short type);
-/* image icon function */
-struct ImBuf *get_brush_icon(struct Brush *brush);
-
/* jitter */
void BKE_brush_jitter_pos(const struct Scene *scene,
struct Brush *brush,