Browse Source

Remove Node

Pascal Peridont 19 years ago
parent
commit
275bb47c09
1 changed files with 1 additions and 2 deletions
  1. 1 2
      std/neko/Boot.hx

+ 1 - 2
std/neko/Boot.hx

@@ -128,7 +128,6 @@ class Boot {
 		untyped {
 			String = NekoString__;
 			Array = NekoArray__;
-			Node = NekoNode__;
 			Math = NekoMath__;
 			Int = __dollar__new(null);
 			Float = __dollar__new(null);
@@ -139,4 +138,4 @@ class Boot {
 		}
 	}
 
-}
+}