aboutsummaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorRobin Hübner2018-05-03 16:22:30 +0200
committerRobin Hübner2018-05-03 16:22:30 +0200
commitb16eaf5827c0f791395f29384680dc91afdd346c (patch)
treeeeeb81ce5ffd432cf891204a0c41f56d6ac12213 /editor
parent2e474f42b8183bc1f8255307f4c662a3cbc49135 (diff)
downloadgodot-b16eaf5827c0f791395f29384680dc91afdd346c.tar.gz
godot-b16eaf5827c0f791395f29384680dc91afdd346c.tar.zst
godot-b16eaf5827c0f791395f29384680dc91afdd346c.zip
Remove unused duplicate wireframe shortcut, fixes #18067
It also happens to do nothing currently.
Diffstat (limited to 'editor')
-rw-r--r--editor/plugins/spatial_editor_plugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/plugins/spatial_editor_plugin.cpp b/editor/plugins/spatial_editor_plugin.cpp
index bda83929f..1443f22c8 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;