[longomatch/redesign2: 1/17] Fix warning of unused variable
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign2: 1/17] Fix warning of unused variable
- Date: Wed, 27 Apr 2011 20:42:09 +0000 (UTC)
commit 444ce077d5c8f7d8e5e3cf03d5a315e1347c13de
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]