GpsWatcher.Owner is not used anywhere else

This commit is contained in:
Matthias Mailänder
2016-01-24 17:48:00 +01:00
parent 91041fbea3
commit a11a183cad
2 changed files with 12 additions and 8 deletions

View File

@@ -35,8 +35,8 @@ namespace OpenRA.Mods.RA.Traits
class GpsPower : SupportPower, INotifyKilled, INotifyStanceChanged, INotifySold, INotifyOwnerChanged
{
GpsWatcher owner;
readonly GpsPowerInfo info;
GpsWatcher owner;
public GpsPower(Actor self, GpsPowerInfo info)
: base(self, info)