summaryrefslogtreecommitdiff
path: root/editor/property_editor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/property_editor.cpp')
-rw-r--r--editor/property_editor.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/property_editor.cpp b/editor/property_editor.cpp
index dd4b963fc0..52fb0d4f4e 100644
--- a/editor/property_editor.cpp
+++ b/editor/property_editor.cpp
@@ -1771,9 +1771,6 @@ void CustomPropertyEditor::_bind_methods() {
}
CustomPropertyEditor::CustomPropertyEditor() {
- read_only = false;
- updating = false;
-
value_vbox = memnew(VBoxContainer);
add_child(value_vbox);