浏览代码

Merge pull request #18594 from profan/fix/unused-wireframe-shortcut

Remove unused duplicate wireframe shortcut
Rémi Verschelde 7 年之前
父节点
当前提交
8be015c9e3
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      editor/plugins/spatial_editor_plugin.cpp

+ 0 - 2
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;