Merge pull request #56988 from strank/tiny-fixes

Delete orphaned property default for exit_code which is not exposed any more.
This commit is contained in:
Rémi Verschelde 2022-01-20 07:51:26 +01:00 committed by GitHub
commit 3e7f5ca8c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);