From 59ea36b87cb84ce40ebf702e65f0493dd1c40141 Mon Sep 17 00:00:00 2001 From: kobewi Date: Sat, 14 Jan 2023 03:37:19 +0100 Subject: Remove set_drag_forwarding_compat() --- editor/plugins/script_text_editor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'editor/plugins/script_text_editor.h') diff --git a/editor/plugins/script_text_editor.h b/editor/plugins/script_text_editor.h index 9db0191128..1d96376748 100644 --- a/editor/plugins/script_text_editor.h +++ b/editor/plugins/script_text_editor.h @@ -176,7 +176,6 @@ protected: void _warning_clicked(Variant p_line); void _notification(int p_what); - static void _bind_methods(); HashMap> highlighters; void _change_syntax_highlighter(int p_idx); -- cgit v1.2.3