summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel J. Ramirez <djrmuv@gmail.com>2017-11-09 19:45:21 -0600
committerDaniel J. Ramirez <djrmuv@gmail.com>2017-11-09 19:45:21 -0600
commit01512efbe62dcf8d5f5ca5c070557f227f988f47 (patch)
treeb64d0e49ba76362d0ef196890b04216758135c45
parente524cc7135134f1bdb5a074aa0fb7baf172d4fa4 (diff)
Removed show type icons option
-rw-r--r--editor/property_editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/property_editor.cpp b/editor/property_editor.cpp
index f4d5530faa..002ae568ff 100644
--- a/editor/property_editor.cpp
+++ b/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() {