--- a/src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml.cs Mon Nov 09 12:11:42 2009 +0100
+++ b/src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml.cs Tue Nov 10 13:47:58 2009 +0100
@@ -25,7 +25,6 @@
public event EventHandler OnTagVisualisation; //Event to Mute all Players
public int id = 0;
public uint idcolor = 0; //The color of the Pivot Button
- //Project _Project = new Project();
private Cutting cut;
//variables for TagSound Control
@@ -44,14 +43,6 @@
}
#endregion
- //#region Properties
- //public Project Project
- //{
- // get { return _Project; }
- // set { _Project = value; }
- //}
- //#endregion
-
#region Constructors
public UserControlUserPanel()
{
@@ -64,7 +55,6 @@
{
this.InitializeComponent();
id = idPar;
- //_Project = p;
cut = cutPar;
this.UserControlSyncSource.Load(path, col, cut);
UserControlSyncSource.OnSuccessAnnotation+=new EventHandler(UserControlSyncSource_OnSuccessAnnotation);