Kill crufty makefile warnings

This commit is contained in:
Paul Chote
2010-04-11 21:35:41 +12:00
committed by Chris Forbes
parent 6cf4692023
commit 21ee783521
9 changed files with 4 additions and 26 deletions

View File

@@ -67,8 +67,6 @@ namespace OpenRA.Mods.RA.Activities
public IActivity Tick( Actor self )
{
var mobile = self.traits.Get<Mobile>();
if( NextActivity != null )
return NextActivity;