frabbit hace 11 años
padre
commit
8c7eb44632
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      std/python/lib/Math.hx

+ 0 - 1
std/python/lib/Math.hx

@@ -1,6 +1,5 @@
 package python.lib;
 
-@:native("_hx_math")
 extern class Math {
 
 	public static function isnan (f:Float):Bool;