frabbit 11 年之前
父节点
当前提交
8c7eb44632
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;