diff options
Diffstat (limited to 'core/os/os.cpp')
-rw-r--r-- | core/os/os.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/os/os.cpp b/core/os/os.cpp index 8af141ef2f..182bab4058 100644 --- a/core/os/os.cpp +++ b/core/os/os.cpp @@ -226,11 +226,6 @@ int OS::get_exit_code() const { void OS::set_exit_code(int p_code) { _exit_code = p_code; - _is_custom_exit_code = true; -} - -bool OS::is_custom_exit_code() { - return _is_custom_exit_code; } String OS::get_locale() const { |