diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-02-25 21:16:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 21:16:34 +0100 |
commit | 6ef0538f182c13e1691eb0e03211c949e11beed4 (patch) | |
tree | 496c301bfe51083be230f75d110ff4e6de07c2f6 /core/core_bind.h | |
parent | 494e1cb1487c90425e3f5ae2cdf9e4046c3f550c (diff) | |
parent | 60d2c1fd47a0c24a127ea00f09724537f5527dbb (diff) |
Merge pull request #38929 from touilleMan/exit-status-on-godot-error
Fix Godot returned status code on unexpected error
Diffstat (limited to 'core/core_bind.h')
-rw-r--r-- | core/core_bind.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/core_bind.h b/core/core_bind.h index 0cfe9bdb8b..3920116ca4 100644 --- a/core/core_bind.h +++ b/core/core_bind.h @@ -199,8 +199,6 @@ public: void set_use_file_access_save_and_swap(bool p_enable); - int get_exit_code() const; - void set_exit_code(int p_code); Dictionary get_date(bool utc) const; Dictionary get_time(bool utc) const; Dictionary get_datetime(bool utc) const; |