diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-05-03 21:08:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-03 21:08:04 +0200 |
commit | 8be015c9e34d138ae22394f36971456f34090448 (patch) | |
tree | dcac5a549e87ac70619fc30ba4a9ac1b26712ae8 /editor | |
parent | 76cc12d916472187fe7dda6fc9d774e0c1159209 (diff) | |
parent | b16eaf5827c0f791395f29384680dc91afdd346c (diff) |
Merge pull request #18594 from profan/fix/unused-wireframe-shortcut
Remove unused duplicate wireframe shortcut
Diffstat (limited to 'editor')
-rw-r--r-- | editor/plugins/spatial_editor_plugin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/plugins/spatial_editor_plugin.cpp b/editor/plugins/spatial_editor_plugin.cpp index bda83929fd..1443f22c8f 100644 --- a/editor/plugins/spatial_editor_plugin.cpp +++ b/editor/plugins/spatial_editor_plugin.cpp @@ -5082,8 +5082,6 @@ SpatialEditor::SpatialEditor(EditorNode *p_editor) { ED_SHORTCUT("spatial_editor/tool_rotate", TTR("Tool Rotate"), KEY_E); ED_SHORTCUT("spatial_editor/tool_scale", TTR("Tool Scale"), KEY_R); - ED_SHORTCUT("spatial_editor/display_wireframe", TTR("Display Wireframe"), KEY_Z); - ED_SHORTCUT("spatial_editor/freelook_toggle", TTR("Toggle Freelook"), KEY_MASK_SHIFT + KEY_F); PopupMenu *p; |