diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2021-10-11 19:56:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-11 19:56:43 +0200 |
| commit | 5edfdc53ebb97616a6a72031b2e28ec7865d6ab8 (patch) | |
| tree | 9d5b542652e576f865abf0c97a37ee272210ae2e /editor/plugins/text_editor.h | |
| parent | 188e08307ee79920815ad4e5df2a7d2a60c649a0 (diff) | |
| parent | 3010bca41ba31fdb5c3c4b7181fd92f8e8f116aa (diff) | |
| download | redot-engine-5edfdc53ebb97616a6a72031b2e28ec7865d6ab8.tar.gz | |
Merge pull request #53681 from Paulb23/rejig-syntax-highligher-bind
Move add_syntax_highlighter bind to ScriptEditorBase
Diffstat (limited to 'editor/plugins/text_editor.h')
| -rw-r--r-- | editor/plugins/text_editor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/plugins/text_editor.h b/editor/plugins/text_editor.h index 9308fec210..7404557f46 100644 --- a/editor/plugins/text_editor.h +++ b/editor/plugins/text_editor.h @@ -87,8 +87,6 @@ private: }; protected: - static void _bind_methods(); - void _edit_option(int p_op); void _make_context_menu(bool p_selection, bool p_can_fold, bool p_is_folded, Vector2 p_position); void _text_edit_gui_input(const Ref<InputEvent> &ev); |
