浏览代码

removed old Bitmap.create

ncannasse 8 年之前
父节点
当前提交
6ff297825f
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      h2d/Bitmap.hx

+ 0 - 4
h2d/Bitmap.hx

@@ -24,8 +24,4 @@ class Bitmap extends Drawable {
 		emitTile(ctx,tile);
 	}
 
-	public static function create( bmp : hxd.BitmapData, ?allocPos : h3d.impl.AllocPos ) {
-		return new Bitmap(Tile.fromBitmap(bmp,allocPos));
-	}
-
 }