[longomatch] Remove unused code
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [longomatch] Remove unused code
- Date: Mon, 28 Dec 2009 03:13:50 +0000 (UTC)
commit eff311ce8c2b215b837dae354bb22f729bffac43
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sun Dec 27 23:59:24 2009 +0100
Remove unused code
LongoMatch/Gui/Component/TaggerWidget.cs | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/TaggerWidget.cs b/LongoMatch/Gui/Component/TaggerWidget.cs
index 40b5fcf..e881d56 100644
--- a/LongoMatch/Gui/Component/TaggerWidget.cs
+++ b/LongoMatch/Gui/Component/TaggerWidget.cs
@@ -31,23 +31,12 @@ namespace LongoMatch.Gui.Component
public partial class TaggerWidget : Gtk.Bin
{
private Dictionary<Tag, CheckButton> tagsDict;
- private List<Tag> tagsList;
- private MediaTimeNode play;
-
public TaggerWidget()
{
this.Build();
tagsDict = new Dictionary<Tag, CheckButton>();
- tagsList = new List<Tag>();
table1.NColumns = 5;
- play = null;
- }
-
- public MediaTimeNode Play{
- set{
- play = value;
- }
}
public TagsTemplate ProjectsTags{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]