Browse Source

remove child variable that is duplicated from parent class

firefly2442 10 years ago
parent
commit
bb68dc5210
2 changed files with 0 additions and 5 deletions
  1. 0 1
      modules/gdscript/gd_parser.h
  2. 0 4
      servers/visual/rasterizer_dummy.h

+ 0 - 1
modules/gdscript/gd_parser.h

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

+ 0 - 4
servers/visual/rasterizer_dummy.h

@@ -162,10 +162,6 @@ class RasterizerDummy : public Rasterizer {
 		uint32_t format;
 		uint32_t morph_format;
 
-		RID material;
-		bool material_owned;
-
-
 		Surface() {
 
 			packed=false;