Merge 1.0
[dcpomatic.git] / src / lib / film.cc
index 8e93667d5e54ad1ccb7474257e6536ce97a1bd27..98b7bf6b90595589e48326b0157e40739ff92e17 100644 (file)
@@ -860,12 +860,6 @@ Film::best_video_frame_rate () const
        return _playlist->best_dcp_frame_rate ();
 }
 
-bool
-Film::content_paths_valid () const
-{
-       return _playlist->content_paths_valid ();
-}
-
 FrameRateChange
 Film::active_frame_rate_change (DCPTime t) const
 {