[longomatch/redesign2: 105/140] Don't create deafult templates for subcategories



commit 44d87256f4319c24834d51e3e969d518773c2fe8
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Apr 2 17:58:52 2011 +0200

    Don't create deafult templates for subcategories

 LongoMatch/Store/Templates/SubCategoryTemplate.cs |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch/Store/Templates/SubCategoryTemplate.cs b/LongoMatch/Store/Templates/SubCategoryTemplate.cs
index 8f2524c..c3e6154 100644
--- a/LongoMatch/Store/Templates/SubCategoryTemplate.cs
+++ b/LongoMatch/Store/Templates/SubCategoryTemplate.cs
@@ -40,8 +40,6 @@ namespace LongoMatch.Store.Templates
 		}
 		
 		public static SubCategoryTemplate DefaultTemplate (int not_used) {
-			SubCategoryTemplate template = new SubCategoryTemplate();
-			return template;
 		}
 	}
 }



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