diff -r b51a10574e7f -r 594fdedecf7f client/src/Iri.Modernisation.Controls/ViewModel/BookTimeLine/BookTimeLineVM.cs --- 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[bookParam.Chapters.Length]; LoadElements(); Commands.TimeChange.Executed += new EventHandler(TimeChange_Executed); - Commands.BookTimeLine.SaveAnnotations.Executed += new EventHandler(SaveAnnotations_Executed); + } - void SaveAnnotations_Executed(object sender, SLExtensions.Input.ExecutedEventArgs e) - { - - } + private double _scaleValue; public double ScaleValue {