X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffilm.h;h=ad94852a2486e9757a888d205a70a33ee7e9f735;hb=b55c6c5496f6c8248dd51bbcaecb80ef0efcbadb;hp=5fa35b0653d67b46d1bd9845eb86d33b61ad8b19;hpb=e90a898fd817f3a419134082ce390d66925c2fa4;p=dcpomatic.git diff --git a/src/lib/film.h b/src/lib/film.h index 5fa35b065..ad94852a2 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -289,7 +289,6 @@ public: void set_directory (boost::filesystem::path); void set_name (std::string); void set_use_isdcf_name (bool); - void examine_content (boost::shared_ptr); void examine_and_add_content (boost::shared_ptr); void add_content (boost::shared_ptr); void remove_content (boost::shared_ptr);