[longomatch/redesign2: 115/159] Don't create deafult templates for subcategories



commit be58dc5a8545e2617e15f43eda479349c749eda2
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]