summaryrefslogtreecommitdiff
path: root/src/wx/playlist_controls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/playlist_controls.h')
-rw-r--r--src/wx/playlist_controls.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/playlist_controls.h b/src/wx/playlist_controls.h
index e1b834054..76ec63824 100644
--- a/src/wx/playlist_controls.h
+++ b/src/wx/playlist_controls.h
@@ -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.