[longomatch/redesign2: 25/140] Don't initialise the list for autoimpleted properties



commit 5f88d343ec6d3128aeb061cc6bf7cd15a0fe5c51
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Nov 28 17:54:26 2010 +0100

    Don't initialise the list for autoimpleted properties

 LongoMatch/Time/Play.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Time/Play.cs b/LongoMatch/Time/Play.cs
index 2d09a3c..3439599 100644
--- a/LongoMatch/Time/Play.cs
+++ b/LongoMatch/Time/Play.cs
@@ -38,7 +38,6 @@ namespace LongoMatch.TimeNodes
 
 		#region Constructors
 		public Play(){
-			Tags = new List<Tag>();
 		}
 		#endregion
 



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