Cleanup: remove useless statement.

Layouts are active by default when created, no need to set this
explicitely. Leftover from proxy removal.
This commit is contained in:
Bastien Montagne 2022-02-08 09:16:49 +01:00
parent 8abd8865d2
commit 67c12ed765
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ class DATA_PT_bone_groups(ArmatureButtonsPanel, Panel):
col.operator("pose.group_move", icon='TRIA_DOWN', text="").direction = 'DOWN'
split = layout.split()
split.active = True
col = split.column()
col.prop(group, "color_set")