summaryrefslogtreecommitdiffstats
path: root/scene/gui/code_edit.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2023-01-18 17:05:15 +0100
committerkobewi <kobewi4e@gmail.com>2023-01-18 17:05:15 +0100
commitb427d3585cf8a9ab0df2b5434fd37e6f30e1042f (patch)
tree3c16ba95867d3bd71281cec4775634bcfb971582 /scene/gui/code_edit.h
parente514e3732a9588b650776cc962a9e4d8e6ded058 (diff)
downloadredot-engine-b427d3585cf8a9ab0df2b5434fd37e6f30e1042f.tar.gz
Allow unindent without selection
Diffstat (limited to 'scene/gui/code_edit.h')
-rw-r--r--scene/gui/code_edit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/gui/code_edit.h b/scene/gui/code_edit.h
index c050b2266f..55fc5aa2ae 100644
--- a/scene/gui/code_edit.h
+++ b/scene/gui/code_edit.h
@@ -289,7 +289,6 @@ public:
TypedArray<String> get_auto_indent_prefixes() const;
void do_indent();
- void do_unindent();
void indent_lines();
void unindent_lines();