Remove cruft

This commit is contained in:
Paul Chote
2010-09-09 21:14:21 +12:00
parent dd7e578fe6
commit 706adb6d0b
3 changed files with 0 additions and 4 deletions

View File

@@ -26,7 +26,6 @@ namespace OpenRA.Mods.RA
public WithMuzzleFlash(Actor self)
{
var attackInfo = self.Info.Traits.Get<AttackBaseInfo>();
var attack = self.Trait<AttackBase>();
var render = self.Trait<RenderSimple>();
var facing = self.Trait<IFacing>();