This commit is contained in:
parent
fe6f2c2ec8
commit
c97b7806b0
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue