Missing virtual destructor.
[dcpomatic.git] / src / lib / film.h
index 5e75eefe84f927931435325bac20b2b52d974c74..2e81575e4710ef3fce0cee5ce9440eb1b4805387 100644 (file)
@@ -65,7 +65,6 @@ public:
 
        void examine_content ();
        void send_dcp_to_tms ();
-       void copy_from_dvd ();
 
        void make_dcp (bool);
 
@@ -84,8 +83,6 @@ public:
        std::string content_path () const;
        ContentType content_type () const;
        
-       bool content_is_dvd () const;
-
        std::string thumb_file (int) const;
        std::string thumb_base (int) const;
        SourceFrame thumb_frame (int) const;
@@ -331,7 +328,7 @@ public:
        void set_directory (std::string);
        void set_name (std::string);
        void set_use_dci_name (bool);
-       virtual void set_content (std::string);
+       void set_content (std::string);
        void set_dcp_content_type (DCPContentType const *);
        void set_format (Format const *);
        void set_crop (Crop);