frabbit 11 years ago
parent
commit
8c7eb44632
1 changed files with 0 additions and 1 deletions
  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;