Răsfoiți Sursa

[cpp] No need to access std ndll anymore

Hugh 9 ani în urmă
părinte
comite
4748d53126
1 a modificat fișierele cu 0 adăugiri și 3 ștergeri
  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 {
 		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
 
 #if (flash || js || python)