summaryrefslogtreecommitdiffstats
path: root/editor/code_editor.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-05-08 12:20:37 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-05-08 12:20:37 +0200
commiteb6d6ab29f2ee2a86d76d1f6926ea1fa58ed0180 (patch)
tree1ce88444bbef152aee6b447ea69b7b28b7bc33e4 /editor/code_editor.h
parente85f6871ba9bf8993399136efbad5617dba11b0a (diff)
parent0b3fba45c6e8d2e65904804cfd4c9a219ea31d2a (diff)
downloadredot-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.h3
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,