diff options
-rw-r--r-- | editor/code_editor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/code_editor.h b/editor/code_editor.h index 2d233c61c6..5c71d23554 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; |