diff options
Diffstat (limited to 'editor/code_editor.cpp')
-rw-r--r-- | editor/code_editor.cpp | 2 |
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); |