From 01512efbe62dcf8d5f5ca5c070557f227f988f47 Mon Sep 17 00:00:00 2001 From: "Daniel J. Ramirez" Date: Thu, 9 Nov 2017 19:45:21 -0600 Subject: [PATCH] Removed show type icons option --- editor/property_editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/property_editor.cpp b/editor/property_editor.cpp index f4d5530faa3..002ae568ff6 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() {