Remove obsolete ITooltip.Stance.

This commit is contained in:
Paul Chote
2013-08-07 19:41:20 +12:00
parent 4754cbb768
commit a6ee4daf58
3 changed files with 0 additions and 13 deletions

View File

@@ -40,7 +40,6 @@ namespace OpenRA.Mods.RA
public string Name() { return Info.Name; }
public Player Owner() { return self.Owner; }
public Stance Stance() { return self.World.LocalPlayer.Stances[self.Owner]; }
public Tooltip(Actor self, TooltipInfo info)
{