Selaa lähdekoodia

Delete orphaned property default for exit_code which is not exposed any more.

strank 3 vuotta sitten
vanhempi
commit
88eb9f7aef
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      core/core_bind.cpp

+ 0 - 1
core/core_bind.cpp

@@ -623,7 +623,6 @@ void OS::_bind_methods() {
 
 
 	// Those default values need to be specified for the docs generator,
 	// Those default values need to be specified for the docs generator,
 	// to avoid using values from the documentation writer's own OS instance.
 	// 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", false);
 	ADD_PROPERTY_DEFAULT("low_processor_usage_mode_sleep_usec", 6900);
 	ADD_PROPERTY_DEFAULT("low_processor_usage_mode_sleep_usec", 6900);