[Bf-blender-cvs] [1ea1b73e497] blender-v3.2-release: Fix T98565: remove unused BRUSH_PAINT icon definition

Philipp Oeser noreply at git.blender.org
Wed Jun 22 13:02:58 CEST 2022


Commit: 1ea1b73e497c9e129091931d5987399e49840beb
Author: Philipp Oeser
Date:   Fri Jun 3 13:20:31 2022 +0200
Branches: blender-v3.2-release
https://developer.blender.org/rB1ea1b73e497c9e129091931d5987399e49840beb

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 d1a6501408c..94232a5108d 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