Browse Source

Removed show type icons option

Daniel J. Ramirez 7 years ago
parent
commit
01512efbe6
1 changed files with 1 additions and 1 deletions
  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() {