Browse Source

[cpp] No need to access std ndll anymore

Hugh 9 years ago
parent
commit
4748d53126
1 changed files with 0 additions and 3 deletions
  1. 0 3
      std/haxe/io/Input.hx

+ 0 - 3
std/haxe/io/Input.hx

@@ -307,9 +307,6 @@ class Input {
 	static function __init__() untyped {
 	static function __init__() untyped {
 		Input.prototype.bigEndian = false;
 		Input.prototype.bigEndian = false;
 	}
 	}
-#elseif cpp
-	static var _float_of_bytes = cpp.Lib.load("std","float_of_bytes",2);
-	static var _double_of_bytes = cpp.Lib.load("std","double_of_bytes",2);
 #end
 #end
 
 
 #if (flash || js || python)
 #if (flash || js || python)