Remove player activity logging. Fixes #2122.
[dcpomatic.git] / src / wx / film_viewer.h
index 5e5bb791660c0ebfe4d295adf03cfb0c1508908b..0291b660fa403ea0e57359dc286216d5143be7f0 100644 (file)
@@ -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 */