diff --git a/editor/code_editor.h b/editor/code_editor.h index 2d233c61c66..5c71d235541 100644 --- a/editor/code_editor.h +++ b/editor/code_editor.h @@ -152,7 +152,6 @@ class CodeTextEditor : public VBoxContainer { Label *info; Timer *idle; Timer *code_complete_timer; - bool enable_complete_timer; Timer *font_resize_timer; int font_resize_val;