You've already forked godot
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:
@@ -276,7 +276,6 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct NewLineNode : public Node {
|
struct NewLineNode : public Node {
|
||||||
int line;
|
|
||||||
NewLineNode() { type=TYPE_NEWLINE; }
|
NewLineNode() { type=TYPE_NEWLINE; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -162,10 +162,6 @@ class RasterizerDummy : public Rasterizer {
|
|||||||
uint32_t format;
|
uint32_t format;
|
||||||
uint32_t morph_format;
|
uint32_t morph_format;
|
||||||
|
|
||||||
RID material;
|
|
||||||
bool material_owned;
|
|
||||||
|
|
||||||
|
|
||||||
Surface() {
|
Surface() {
|
||||||
|
|
||||||
packed=false;
|
packed=false;
|
||||||
|
|||||||
Reference in New Issue
Block a user