Browse Source

removed old Bitmap.create

ncannasse 8 years ago
parent
commit
6ff297825f
1 changed files with 0 additions and 4 deletions
  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));
-	}
-
 }