diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-11-11 22:49:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-11-11 22:51:31 +0100 |
| commit | cfbe9d2f44e380efed7a61b5b5c7a2fec7794915 (patch) | |
| tree | 7d1933b5205c2f27616ff2ad3f4e0d0b477a2cd2 /src/wx/playlist_controls.h | |
| parent | 6f2844fee27f6ebb15ea772ea2cbfc7bdf988102 (diff) | |
Remove player activity logging. Fixes #2122.
If I remember right this was for swaroop and I suspect nobody else
is really interested.
Diffstat (limited to 'src/wx/playlist_controls.h')
| -rw-r--r-- | src/wx/playlist_controls.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/playlist_controls.h b/src/wx/playlist_controls.h index b0d04f4cb..8375f952e 100644 --- a/src/wx/playlist_controls.h +++ b/src/wx/playlist_controls.h @@ -28,7 +28,6 @@ class PlaylistControls : public Controls public: PlaylistControls (wxWindow* parent, std::shared_ptr<FilmViewer> viewer); - void log (wxString s); void set_film (std::shared_ptr<Film> film); /** This is so that we can tell our parent player to reset the film |
