Removed show type icons option

This commit is contained in:
Daniel J. Ramirez 2017-11-09 19:45:21 -06:00
parent e524cc7135
commit 01512efbe6

View File

@ -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() {