--- a/client/src/Iri.Modernisation.Controls/ViewModel/BookTimeLine/BookTimeLineVM.cs Wed Feb 10 14:56:46 2010 +0100
+++ b/client/src/Iri.Modernisation.Controls/ViewModel/BookTimeLine/BookTimeLineVM.cs Thu Feb 11 17:29:23 2010 +0100
@@ -192,14 +192,11 @@
_annotations = new List<Annotation>[bookParam.Chapters.Length];
LoadElements();
Commands.TimeChange.Executed += new EventHandler<SLExtensions.Input.ExecutedEventArgs>(TimeChange_Executed);
- Commands.BookTimeLine.SaveAnnotations.Executed += new EventHandler<SLExtensions.Input.ExecutedEventArgs>(SaveAnnotations_Executed);
+
}
- void SaveAnnotations_Executed(object sender, SLExtensions.Input.ExecutedEventArgs e)
- {
-
- }
+
private double _scaleValue;
public double ScaleValue
{