Browse Source

Removed show type icons option

Daniel J. Ramirez 7 năm trước cách đây
mục cha
commit
01512efbe6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      editor/property_editor.cpp

+ 1 - 1
editor/property_editor.cpp

@@ -4258,7 +4258,7 @@ PropertyEditor::PropertyEditor() {
 	use_filter = false;
 	subsection_selectable = false;
 	property_selectable = false;
-	show_type_icons = EDITOR_DEF("interface/editor/show_type_icons", false);
+	show_type_icons = false; // maybe one day will return.
 }
 
 PropertyEditor::~PropertyEditor() {