From bb68dc5210205da32b721681667360d8f54e2ea9 Mon Sep 17 00:00:00 2001 From: firefly2442 Date: Sun, 18 Oct 2015 21:45:27 -0500 Subject: remove child variable that is duplicated from parent class --- modules/gdscript/gd_parser.h | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/gdscript/gd_parser.h') diff --git a/modules/gdscript/gd_parser.h b/modules/gdscript/gd_parser.h index 134279b6d..04f3dff3d 100644 --- a/modules/gdscript/gd_parser.h +++ b/modules/gdscript/gd_parser.h @@ -276,7 +276,6 @@ public: }; struct NewLineNode : public Node { - int line; NewLineNode() { type=TYPE_NEWLINE; } }; -- cgit v1.2.3-70-g09d2