From 88eb9f7aef628ac3fe6fe8634ec4d0501694e168 Mon Sep 17 00:00:00 2001 From: strank Date: Wed, 19 Jan 2022 23:25:54 -0500 Subject: [PATCH] Delete orphaned property default for exit_code which is not exposed any more. --- core/core_bind.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core_bind.cpp b/core/core_bind.cpp index 9a3234d4a20..8d03f35617f 100644 --- a/core/core_bind.cpp +++ b/core/core_bind.cpp @@ -623,7 +623,6 @@ void OS::_bind_methods() { // Those default values need to be specified for the docs generator, // to avoid using values from the documentation writer's own OS instance. - ADD_PROPERTY_DEFAULT("exit_code", 0); ADD_PROPERTY_DEFAULT("low_processor_usage_mode", false); ADD_PROPERTY_DEFAULT("low_processor_usage_mode_sleep_usec", 6900);