From c97b7806b016564fc3dad65b2b7cb9022525bb7a Mon Sep 17 00:00:00 2001 From: tzim Date: Thu, 4 Dec 2014 07:27:34 +0000 Subject: [PATCH] --- DMX-2.0/SequenceurSon.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/DMX-2.0/SequenceurSon.cs b/DMX-2.0/SequenceurSon.cs index 15518fb..dc02201 100644 --- a/DMX-2.0/SequenceurSon.cs +++ b/DMX-2.0/SequenceurSon.cs @@ -301,8 +301,6 @@ namespace DMX2 ID = int.Parse (el.GetAttribute ("id")); Name = el.GetAttribute ("name"); - XmlElement xmlE; - foreach (var xf in el.GetElementsByTagName("File")) { System.Xml.XmlElement xfil = xf as System.Xml.XmlElement; string file = xfil.GetAttribute ("path"); @@ -380,15 +378,10 @@ namespace DMX2 break; } } - - } } - } - - void CommandAdd (int index) { lock (Conduite.Courante.SequenceurMaitre) { @@ -462,7 +455,6 @@ namespace DMX2 element=null; } #endregion - } }