1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Removed GDScript "function" keyword

This commit is contained in:
Franklin Sobrinho
2016-01-13 17:59:39 -03:00
parent 0d180b8719
commit 0426806ebf

View File

@@ -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"},