diff options
| author | Juan Linietsky | 2014-10-07 01:31:49 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-10-07 01:31:49 -0300 |
| commit | 0fa94a96904a8ff44d1a26fd6b783c2d6a533540 (patch) | |
| tree | 80cc315b3578a1e1ffc7d73f18768db269dbafb3 /modules/gdscript/gd_script.cpp | |
| parent | a0ae38e0c14f94911df6a651c90ff0df03821bbc (diff) | |
| download | godot-0fa94a96904a8ff44d1a26fd6b783c2d6a533540.tar.gz godot-0fa94a96904a8ff44d1a26fd6b783c2d6a533540.tar.zst godot-0fa94a96904a8ff44d1a26fd6b783c2d6a533540.zip | |
Diffstat (limited to 'modules/gdscript/gd_script.cpp')
| -rw-r--r-- | modules/gdscript/gd_script.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gdscript/gd_script.cpp b/modules/gdscript/gd_script.cpp index 49d92e074..196e32876 100644 --- a/modules/gdscript/gd_script.cpp +++ b/modules/gdscript/gd_script.cpp @@ -2410,7 +2410,6 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const { "func" , "if" , "in" , - "varl", "null" , "return" , "self" , |
