[longomatch/redesign3: 114/143] Fix warning of unused variable



commit a1759cff2e9d22b3dbdf3913b8aec67e6a4c19e4
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Apr 9 18:07:27 2011 +0200

    Fix warning of unused variable

 LongoMatch/Store/SubCategory.cs |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/LongoMatch/Store/SubCategory.cs b/LongoMatch/Store/SubCategory.cs
index a74b303..0ee7ee5 100644
--- a/LongoMatch/Store/SubCategory.cs
+++ b/LongoMatch/Store/SubCategory.cs
@@ -115,9 +115,7 @@ namespace LongoMatch.Store
 		public bool PositionFilter {get; set;}
 		
 		public override string ToMarkupString(){
-			string teams, markup;
-			
-			teams = "";
+			string teams = "";
 			if (this.Contains(Team.LOCAL))
 				teams += Catalog.GetString("Local ");
 			if (this.Contains(Team.VISITOR))



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