[Bf-blender-cvs] [b52760a0236] master: Fix T98565: remove unused BRUSH_PAINT icon definition

Philipp Oeser noreply at git.blender.org
Wed Jun 8 11:30:11 CEST 2022


Commit: b52760a0236f45e1a5a16236a7aeb9888b60aced
Author: Philipp Oeser
Date:   Fri Jun 3 13:20:31 2022 +0200
Branches: master
https://developer.blender.org/rBb52760a0236f45e1a5a16236a7aeb9888b60aced

Fix T98565: remove unused BRUSH_PAINT icon definition

This could spam the console with errors (potentionally slowing down in
cases).

Was added in rBeae36be372a6, but not used.

Maniphest Tasks: T98565

Differential Revision: https://developer.blender.org/D15113

===================================================================

M	source/blender/editors/include/UI_icons.h

===================================================================

diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h
index ea1095b26ff..d650f4215b9 100644
--- a/source/blender/editors/include/UI_icons.h
+++ b/source/blender/editors/include/UI_icons.h
@@ -903,7 +903,6 @@ DEF_ICON_COLOR(BRUSH_TEXFILL)
 DEF_ICON_COLOR(BRUSH_TEXMASK)
 DEF_ICON_COLOR(BRUSH_THUMB)
 DEF_ICON_COLOR(BRUSH_ROTATE)
-DEF_ICON_COLOR(BRUSH_PAINT)
 
 /* grease pencil sculpt */
 DEF_ICON_COLOR(GPBRUSH_SMOOTH)



More information about the Bf-blender-cvs mailing list