Removed GDScript "function" keyword
This commit is contained in:
parent
0d180b8719
commit
0426806ebf
1 changed files with 0 additions and 1 deletions
|
@ -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"},
|
||||
|
|
Loading…
Reference in a new issue