remove some dead code

This commit is contained in:
Chris Forbes
2010-11-23 15:25:10 +13:00
parent da5830845b
commit a363bf841c

View File

@@ -59,16 +59,8 @@ namespace OpenRA.Mods.RA.Orders
} }
} }
public void Tick( World world ) public void Tick( World world ) {}
{
// Find the queue with the target actor
//var queue = Producer.TraitsImplementing<ProductionQueue>()
// .Where(p => p.CurrentItem() != null &&
// p.CurrentItem().Item == Building &&
// p.CurrentItem().RemainingTime == 0)
// .FirstOrDefault();
}
public void RenderAfterWorld( WorldRenderer wr, World world ) { } public void RenderAfterWorld( WorldRenderer wr, World world ) { }
public void RenderBeforeWorld( WorldRenderer wr, World world ) public void RenderBeforeWorld( WorldRenderer wr, World world )