summaryrefslogtreecommitdiffstats
path: root/editor/code_editor.cpp
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2020-07-30 12:22:09 +0100
committerPaulb23 <p_batty@hotmail.co.uk>2020-09-10 20:35:28 +0100
commitc0da97d29cbabcce261ddc948df099f0ecc6ee47 (patch)
tree7ab5b8369ef1e72dc698564778597ddc38362666 /editor/code_editor.cpp
parent33ab9cd621c9a1dc9b5a4febf266ce2b5894a10a (diff)
downloadredot-engine-c0da97d29cbabcce261ddc948df099f0ecc6ee47.tar.gz
Remove breakpoints from editor settings
Diffstat (limited to 'editor/code_editor.cpp')
-rw-r--r--editor/code_editor.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/code_editor.cpp b/editor/code_editor.cpp
index 2b428f2590..ede6dde239 100644
--- a/editor/code_editor.cpp
+++ b/editor/code_editor.cpp
@@ -1685,8 +1685,6 @@ CodeTextEditor::CodeTextEditor() {
find_replace_bar->set_text_edit(text_editor);
text_editor->set_draw_line_numbers(true);
- text_editor->set_draw_breakpoints_gutter(true);
- text_editor->set_draw_executing_lines_gutter(true);
text_editor->set_brace_matching(true);
text_editor->set_auto_indent(true);