Remove extra unnecessary type string in timeline views.
[dcpomatic.git] / src / wx / timeline_video_content_view.h
index 3dd76140a32d654e922ab1956b387313df597be9..795c23006114a95b82b1e72bc0724fde29b617a3 100644 (file)
@@ -28,7 +28,6 @@ public:
        TimelineVideoContentView (Timeline& tl, boost::shared_ptr<Content> c);
 
 private:
-       wxString type () const;
        wxColour background_colour () const;
        wxColour foreground_colour () const;
 };