Removed show type icons option
This commit is contained in:
parent
e524cc7135
commit
01512efbe6
1 changed files with 1 additions and 1 deletions
|
@ -4258,7 +4258,7 @@ PropertyEditor::PropertyEditor() {
|
||||||
use_filter = false;
|
use_filter = false;
|
||||||
subsection_selectable = false;
|
subsection_selectable = false;
|
||||||
property_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() {
|
PropertyEditor::~PropertyEditor() {
|
||||||
|
|
Loading…
Reference in a new issue