BLF: Remove space_userpref.py font_kerning_style

Remove `font_kerning_style` from `space_userpref.py` since this is no
longer valid.

See more details in D12276

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

Reviewed by Campbell Barton
This commit is contained in:
Harley Acheson 2021-08-22 09:26:06 -07:00
parent 721fad37a1
commit a1e91fbef3
1 changed files with 0 additions and 1 deletions

View File

@ -997,7 +997,6 @@ class USERPREF_PT_theme_text_style(ThemePanel, CenterAlignMixIn, Panel):
flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=False, align=True)
col = flow.column()
col.row().prop(font_style, "font_kerning_style", expand=True)
col.prop(font_style, "points")
col = flow.column(align=True)