diff options
Diffstat (limited to 'editor/code_editor.h')
-rw-r--r-- | editor/code_editor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/code_editor.h b/editor/code_editor.h index 343720637b..a83bb96771 100644 --- a/editor/code_editor.h +++ b/editor/code_editor.h @@ -222,9 +222,6 @@ public: void trim_trailing_whitespace(); void insert_final_newline(); - void convert_indent_to_spaces(); - void convert_indent_to_tabs(); - enum CaseStyle { UPPER, LOWER, |