diff -r 7d044e7562ea -r c2dd8119a6c1 client/src/Iri.Modernisation.Controls/View/ProductionView/ProductionView.xaml.cs --- a/client/src/Iri.Modernisation.Controls/View/ProductionView/ProductionView.xaml.cs Tue Dec 08 11:39:27 2009 +0100 +++ b/client/src/Iri.Modernisation.Controls/View/ProductionView/ProductionView.xaml.cs Fri Dec 11 10:48:58 2009 +0100 @@ -24,9 +24,6 @@ //HeaderProductionElement.SelectedPart += new EventHandler(HeaderProductionElement_SelectedPart); } - void HeaderProductionElement_SelectedPart(object sender, HeaderProductionEventArgs e) - { - MessageBox.Show(e.ChapterType.ToString()); - } + } }