mirror of
https://github.com/blender/blender
synced 2026-09-26 16:15:47 +03:00
Cleanup: Removed unused variable in grease pencil color modifier.
This commit is contained in:
parent
0adf01e79e
commit
1903f58eac
1 changed files with 0 additions and 3 deletions
|
|
@ -217,9 +217,6 @@ static void panel_draw(const bContext *C, Panel *panel)
|
|||
|
||||
uiLayoutSetPropSep(layout, true);
|
||||
|
||||
const GreasePencilModifierColorMode color_mode = GreasePencilModifierColorMode(
|
||||
RNA_enum_get(ptr, "color_mode"));
|
||||
|
||||
uiItemR(layout, ptr, "color_mode", UI_ITEM_NONE, nullptr, ICON_NONE);
|
||||
|
||||
uiItemR(layout, ptr, "hue", UI_ITEM_R_SLIDER, nullptr, ICON_NONE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue