diff options
| author | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2019-11-11 10:38:15 +0100 |
|---|---|---|
| committer | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2019-11-11 10:57:00 +0100 |
| commit | 83069a3c0f01507acd24672c90b24c9eba868aba (patch) | |
| tree | 60c7dfb96e38999b1cf56c63aeed4ed23fdf9c46 /main | |
| parent | d18b2e599d838201ecf14822d5823269859897da (diff) | |
| download | redot-engine-83069a3c0f01507acd24672c90b24c9eba868aba.tar.gz | |
Remove ERR_EXPLAIN macros and the scaffolding they needed.
Diffstat (limited to 'main')
| -rw-r--r-- | main/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp index 3911ae77dc..c34d3da618 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -2164,6 +2164,5 @@ void Main::cleanup() { unregister_core_driver_types(); unregister_core_types(); - OS::get_singleton()->clear_last_error(); OS::get_singleton()->finalize_core(); } |
