[longomatch] Do not initialize the coordinates values



commit a893a468d7a2cae3f1030d910010af78e661c0d5
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu May 30 20:49:13 2013 +0200

    Do not initialize the coordinates values

 LongoMatch.Core/Store/Play.cs |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/LongoMatch.Core/Store/Play.cs b/LongoMatch.Core/Store/Play.cs
index fe972f0..fe27e27 100644
--- a/LongoMatch.Core/Store/Play.cs
+++ b/LongoMatch.Core/Store/Play.cs
@@ -42,10 +42,6 @@ namespace LongoMatch.Store
                        Tags = new StringTagStore();
                        Players = new PlayersTagStore(); 
                        Teams = new TeamsTagStore();
-                       FieldPosition = new Coordinates ();
-                       FieldPosition.Add (new Point (0, 0));
-                       GoalPosition = new Coordinates ();
-                       GoalPosition.Add (new Point (0, 0));
                        Fps = 25;
                }
                #endregion


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]