diff options
author | strank <strank@strank.info> | 2022-01-19 23:25:54 -0500 |
---|---|---|
committer | strank <strank@strank.info> | 2022-01-19 23:25:54 -0500 |
commit | 88eb9f7aef628ac3fe6fe8634ec4d0501694e168 (patch) | |
tree | c15fb89c46dfe53605964b55bcc778b0c6531591 | |
parent | c13319db8d26604bc4074883f417512138fdfc57 (diff) |
Delete orphaned property default for exit_code which is not exposed any more.
-rw-r--r-- | core/core_bind.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/core_bind.cpp b/core/core_bind.cpp index 9a3234d4a2..8d03f35617 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); |