Remove redundant keywords from TextEdit
This commit is contained in:
parent
0a6a71973e
commit
ab49ea032c
3 changed files with 0 additions and 53 deletions
|
|
@ -4625,14 +4625,6 @@ Color TextEdit::get_line_background_color(int p_line) {
|
|||
return text.get_line_background_color(p_line);
|
||||
}
|
||||
|
||||
void TextEdit::add_keyword(const String &p_keyword) {
|
||||
keywords.insert(p_keyword);
|
||||
}
|
||||
|
||||
void TextEdit::clear_keywords() {
|
||||
keywords.clear();
|
||||
}
|
||||
|
||||
void TextEdit::set_auto_indent(bool p_auto_indent) {
|
||||
auto_indent = p_auto_indent;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue