1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

CodeEditor: Drop unused enable_complete_timer variable

Its use was removed in 1039ba9ffb.
This commit is contained in:
Rémi Verschelde
2018-12-19 20:31:48 +01:00
parent aa819a8538
commit e8cdbf99e9

View File

@@ -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;