[longomatch/redesign: 44/82] Remove unused code
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign: 44/82] Remove unused code
- Date: Mon, 14 Mar 2011 00:20:31 +0000 (UTC)
commit ea1149ff0eea36cbb8ebb9a759f37edbade5b518
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]