diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-12-19 20:31:48 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-12-19 20:31:55 +0100 |
commit | e8cdbf99e9bd9757f8d2630e66ba12654b05fbda (patch) | |
tree | 3b24081d3830e02b2146538f0e70000f6752ca3b /editor/code_editor.h | |
parent | aa819a85381dc256e4e1a59dd62d5da84346e3ea (diff) |
CodeEditor: Drop unused enable_complete_timer variable
Its use was removed in 1039ba9ffb8588e8b0abddaa753d270979147c23.
Diffstat (limited to 'editor/code_editor.h')
-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; |