Outliner Python UI cleanup: remove KEYMAPS

This was removed since 2013 (ef765b3606). It should have been removed back
then from the UI file too.
This commit is contained in:
Dalai Felinto 2018-01-19 12:44:38 -02:00
parent ccec1e7667
commit edf053ff63
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class OUTLINER_MT_view(Menu):
space = context.space_data
if space.display_mode not in {'DATABLOCKS', 'USER_PREFERENCES', 'KEYMAPS'}:
if space.display_mode not in {'DATABLOCKS', 'USER_PREFERENCES'}:
layout.prop(space, "use_sort_alpha")
layout.prop(space, "show_restrict_columns")
layout.separator()