Просмотр исходного кода

Removed show type icons option

Daniel J. Ramirez 7 лет назад
Родитель
Сommit
01512efbe6
1 измененных файлов с 1 добавлено и 1 удалено
  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() {