Sfoglia il codice sorgente

Merge pull request #3345 from TheHX/pr-function-keyword

Removed GDScript "function" keyword
Rémi Verschelde 9 anni fa
parent
commit
246c799c9b
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      modules/gdscript/gd_tokenizer.cpp

+ 0 - 1
modules/gdscript/gd_tokenizer.cpp

@@ -852,7 +852,6 @@ void GDTokenizerText::_advance() {
 								{TK_OP_AND,"and"},
 								//func
 								{TK_PR_FUNCTION,"func"},
-								{TK_PR_FUNCTION,"function"},
 								{TK_PR_CLASS,"class"},
 								{TK_PR_EXTENDS,"extends"},
 								{TK_PR_ONREADY,"onready"},