diff options
author | kobewi <kobewi4e@gmail.com> | 2022-11-05 17:09:16 +0100 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2023-01-19 13:02:18 +0100 |
commit | c0083e431bb7bf66987f396cf9a62fa372d92fe9 (patch) | |
tree | 5fec252ab1c4b5f0f400ab78cd758ebe88213ebf /core/debugger/script_debugger.h | |
parent | cd0a9ccdfde05963d1b544b773662149f585da0d (diff) | |
download | redot-engine-c0083e431bb7bf66987f396cf9a62fa372d92fe9.tar.gz |
Cleanup unused engine code v2
Diffstat (limited to 'core/debugger/script_debugger.h')
-rw-r--r-- | core/debugger/script_debugger.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/debugger/script_debugger.h b/core/debugger/script_debugger.h index c7aa90027b..edce089179 100644 --- a/core/debugger/script_debugger.h +++ b/core/debugger/script_debugger.h @@ -64,7 +64,6 @@ public: void insert_breakpoint(int p_line, const StringName &p_source); void remove_breakpoint(int p_line, const StringName &p_source); bool is_breakpoint(int p_line, const StringName &p_source) const; - bool is_breakpoint_line(int p_line) const; void clear_breakpoints(); const HashMap<int, HashSet<StringName>> &get_breakpoints() const { return breakpoints; } |