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/film_viewer.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/film_viewer.h')
| -rw-r--r-- | src/wx/film_viewer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index 5e5bb7916..0291b660f 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -139,8 +139,8 @@ public: } boost::signals2::signal<void (std::shared_ptr<PlayerVideo>)> ImageChanged; - boost::signals2::signal<void (dcpomatic::DCPTime)> Started; - boost::signals2::signal<void (dcpomatic::DCPTime)> Stopped; + boost::signals2::signal<void ()> Started; + boost::signals2::signal<void ()> Stopped; /** While playing back we reached the end of the film (emitted from GUI thread) */ boost::signals2::signal<void ()> Finished; /** Emitted from the GUI thread when a lot of frames are being dropped */ |
