Merge pull request #74898 from Spartan322/patch-1

Remove methods in header removed in c7eb814
This commit is contained in:
Yuri Sizov 2023-03-16 11:43:54 +01:00 committed by GitHub
commit a1c2f03055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

@ -623,9 +623,6 @@ public:
void set_hint_underline(bool p_underline);
bool is_hint_underlined() const;
void set_override_selected_font_color(bool p_override_selected_font_color);
bool is_overriding_selected_font_color() const;
void set_scroll_active(bool p_active);
bool is_scroll_active() const;

View File

@ -851,9 +851,6 @@ public:
void set_drag_and_drop_selection_enabled(const bool p_enabled);
bool is_drag_and_drop_selection_enabled() const;
void set_override_selected_font_color(bool p_override_selected_font_color);
bool is_overriding_selected_font_color() const;
void set_selection_mode(SelectionMode p_mode, int p_line = -1, int p_column = -1, int p_caret = 0);
SelectionMode get_selection_mode() const;