This commit is contained in:
tzim 2014-12-04 07:27:34 +00:00
parent fe6f2c2ec8
commit c97b7806b0

View file

@ -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
}
}