diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-05-08 12:20:37 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-05-08 12:20:37 +0200 |
commit | eb6d6ab29f2ee2a86d76d1f6926ea1fa58ed0180 (patch) | |
tree | 1ce88444bbef152aee6b447ea69b7b28b7bc33e4 /editor/code_editor.h | |
parent | e85f6871ba9bf8993399136efbad5617dba11b0a (diff) | |
parent | 0b3fba45c6e8d2e65904804cfd4c9a219ea31d2a (diff) | |
download | redot-engine-eb6d6ab29f2ee2a86d76d1f6926ea1fa58ed0180.tar.gz |
Merge pull request #76658 from Paulb23/convert-indent-code-edit
Move convert_indent into CodeEdit
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, |