Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release/scripts/modules/rna_keymap_ui.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/release/scripts/modules/rna_keymap_ui.py b/release/scripts/modules/rna_keymap_ui.py
index 9ce52006d89..2d8e53b9097 100644
--- a/release/scripts/modules/rna_keymap_ui.py
+++ b/release/scripts/modules/rna_keymap_ui.py
@@ -346,11 +346,6 @@ def draw_filtered(display_keymaps, filter_type, filter_text, layout):
for kmi in filtered_items:
draw_kmi(display_keymaps, kc, km, kmi, col, 1)
-
- # "Add New" at end of keymap item list
- col = _indented_layout(layout, 1)
- subcol = col.split(factor=0.2).column()
- subcol.operator("preferences.keyitem_add", text="Add New", icon='ADD')
return True