[longomatch/redesign2: 125/159] Fix warning of unused variable
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign2: 125/159] Fix warning of unused variable
- Date: Thu, 2 Jun 2011 00:20:52 +0000 (UTC)
commit 7854191cf36c8fd2744c6f7aada93f814b91ddbc
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]