client/src/Iri.Modernisation.Controls/ViewModel/ProductionTimeLine/CustomableVideoElementVM.cs
changeset 36 b6df6fce6e5d
parent 27 f292db96b050
--- 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