Remove PositionChanged in favour of consumers having their own GUI-thread timers.
[dcpomatic.git] / src / wx / simple_video_view.cc
index 1e97adb30478eafb9e5b4a39195d41dcb2a8e23d..619a35cce0d80bf6b5a6cbefa3780058e63d255d 100644 (file)
@@ -193,7 +193,6 @@ SimpleVideoView::get (bool lazy)
        }
 
        display_player_video ();
-       _viewer->PositionChanged ();
 
        return true;
 }