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

remove child variable that is duplicated from parent class

This commit is contained in:
firefly2442
2015-10-18 21:45:27 -05:00
parent 6637a86518
commit bb68dc5210
2 changed files with 0 additions and 5 deletions

View File

@@ -276,7 +276,6 @@ public:
};
struct NewLineNode : public Node {
int line;
NewLineNode() { type=TYPE_NEWLINE; }
};