Subtitle rearrangements.
[dcpomatic.git] / src / wx / timeline_subtitle_content_view.h
index 6b59912a3e48380f85daf01b7e79d62766af48fd..d2b6a5a3cd12fec08901091b9268b996cd24a928 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2016 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -27,13 +27,10 @@ class SubtitleContent;
 class TimelineSubtitleContentView : public TimelineContentView
 {
 public:
-       TimelineSubtitleContentView (Timeline& tl, boost::shared_ptr<SubtitleContent> c);
+       TimelineSubtitleContentView (Timeline& tl, boost::shared_ptr<Content> c);
 
 private:
        bool active () const;
        wxColour background_colour () const;
        wxColour foreground_colour () const;
-
-       boost::weak_ptr<SubtitleContent> _subtitle_content;
 };
-