[longomatch/redesign3: 43/143] Remove unused code
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign3: 43/143] Remove unused code
- Date: Mon, 15 Aug 2011 22:48:49 +0000 (UTC)
commit a8c0c1591dd2d2ca0286839ff859090f9c25263a
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Thu Jan 13 00:46:36 2011 +0100
Remove unused code
LongoMatch/Store/Templates/TagsTemplate.cs | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/LongoMatch/Store/Templates/TagsTemplate.cs b/LongoMatch/Store/Templates/TagsTemplate.cs
index e4bd3cc..149ca8e 100644
--- a/LongoMatch/Store/Templates/TagsTemplate.cs
+++ b/LongoMatch/Store/Templates/TagsTemplate.cs
@@ -63,15 +63,5 @@ namespace LongoMatch.Store.Templates
public static TagsTemplate Load(string filePath) {
return Load<TagsTemplate>(filePath);
}
-
- public static TagsTemplate DefaultTemplate() {
- TagsTemplate defaultTemplate = new TagsTemplate();
- defaultTemplate.FillDefaultTemplate();
- return defaultTemplate;
- }
-
- private void FillDefaultTemplate() {
- //FIXME: To implement
- }
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]