summaryrefslogtreecommitdiff
path: root/core/os/os.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-09-23 16:45:12 +0200
committerGitHub <noreply@github.com>2022-09-23 16:45:12 +0200
commitf74491fdee9bc2d68668137fbacd8f3a7e7e8df7 (patch)
treeb5f98590d90e8545b102f67de3e2f61f1fcd6404 /core/os/os.h
parent56e847ef653ce2b818b9f2095452b6c0c0c44d54 (diff)
parent26e9145c26e6a6c2794300a4a7cf5b19e8b6be37 (diff)
Merge pull request #66303 from akien-mga/scons-cleanup-debug-defines
Diffstat (limited to 'core/os/os.h')
-rw-r--r--core/os/os.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/os/os.h b/core/os/os.h
index 0f79ff1a23..aa45a3b8a8 100644
--- a/core/os/os.h
+++ b/core/os/os.h
@@ -287,8 +287,6 @@ public:
virtual Error move_to_trash(const String &p_path) { return FAILED; }
- virtual void debug_break();
-
virtual int get_exit_code() const;
// `set_exit_code` should only be used from `SceneTree` (or from a similar
// level, e.g. from the `Main::start` if leaving without creating a `SceneTree`).