client/src/Iri.Modernisation.Controls/ViewModel/ProductionTimeLine/CustomableVideoElementVM.cs
--- a/client/src/Iri.Modernisation.Controls/ViewModel/ProductionTimeLine/CustomableVideoElementVM.cs Mon Jan 25 09:30:22 2010 +0100
+++ b/client/src/Iri.Modernisation.Controls/ViewModel/ProductionTimeLine/CustomableVideoElementVM.cs Wed Jan 27 10:37:39 2010 +0100
@@ -92,19 +92,7 @@
}
- private VideoChapterType _chapter;
- public VideoChapterType Chapter
- {
- get
- {
- return _chapter;
- }
- set
- {
- _chapter = value;
- OnPropertyChanged("Chapter");
- }
- }
+
private Color _chapterColor;
public Color ChapterColor