Update ISDCF name when DCP track changes.
[dcpomatic.git] / src / wx / playlist_controls.h
index e1b834054b2918e3e8f0511995cd99f2d2f60192..76ec6382497fa3367d08df7e1cde720830fe5092 100644 (file)
@@ -31,8 +31,6 @@ class PlaylistControls : public Controls
 public:
        PlaylistControls(wxWindow* parent, FilmViewer& viewer);
 
-       void set_film (std::shared_ptr<Film> film) override;
-
        /** This is so that we can tell our parent player to reset the film
            when we have created one from a SPL.  We could call a method
            in the player's DOMFrame but we don't have that in a header.