Remove PositionChanged in favour of consumers having their own GUI-thread timers.
[dcpomatic.git] / src / wx / film_viewer.h
index a59468c363579ab8a6d7d92c74c5fe47c2095e4b..6b6aa78f5dd1c3bb4fe5542533e5eb8f12f5a83b 100644 (file)
@@ -141,7 +141,6 @@ public:
        int time_until_next_frame () const;
 
        boost::signals2::signal<void (boost::weak_ptr<PlayerVideo>)> ImageChanged;
-       boost::signals2::signal<void ()> PositionChanged;
        boost::signals2::signal<void (dcpomatic::DCPTime)> Started;
        boost::signals2::signal<void (dcpomatic::DCPTime)> Stopped;
        /** While playing back we reached the end of the film (emitted from GUI thread) */