Add some missing verification messages.
[dcpomatic.git] / src / wx / content_view.h
index d27638c05099f89bc3ebe0555e46177676796663..334e9bb68202449a8053324cf5d6b854239a9085 100644 (file)
@@ -30,13 +30,12 @@ class Film;
 class ContentView : public wxListCtrl, public ContentStore
 {
 public:
-       ContentView (wxWindow* parent, boost::weak_ptr<Film> film);
+       ContentView (wxWindow* parent);
 
        boost::shared_ptr<Content> selected () const;
        void update ();
 
        boost::shared_ptr<Content> get (std::string digest) const;
-       void set_film (boost::weak_ptr<Film> film);
 
 private:
        void add (boost::shared_ptr<Content> content);