aboutsummaryrefslogtreecommitdiff
path: root/editor/property_editor.cpp
diff options
context:
space:
mode:
authorDaniel J. Ramirez2017-11-09 19:45:21 -0600
committerDaniel J. Ramirez2017-11-09 19:45:21 -0600
commit01512efbe62dcf8d5f5ca5c070557f227f988f47 (patch)
treeb64d0e49ba76362d0ef196890b04216758135c45 /editor/property_editor.cpp
parente524cc7135134f1bdb5a074aa0fb7baf172d4fa4 (diff)
downloadgodot-01512efbe62dcf8d5f5ca5c070557f227f988f47.tar.gz
godot-01512efbe62dcf8d5f5ca5c070557f227f988f47.tar.zst
godot-01512efbe62dcf8d5f5ca5c070557f227f988f47.zip
Removed show type icons option
Diffstat (limited to '')
-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 f4d5530fa..002ae568f 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() {