summaryrefslogtreecommitdiff
path: root/src/wx/simple_video_view.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-05 23:51:20 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-08 21:56:47 +0100
commit694a9f48880efd428c8137e975de3581ad0a75a9 (patch)
tree577296e45dbfd2e0c93e2d55ab82d4909a9a6ae5 /src/wx/simple_video_view.cc
parent15e82df97cc99b94a7028313dff4eba213ecd84d (diff)
Remove PositionChanged in favour of consumers having their own GUI-thread timers.
Diffstat (limited to 'src/wx/simple_video_view.cc')
-rw-r--r--src/wx/simple_video_view.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/simple_video_view.cc b/src/wx/simple_video_view.cc
index 1e97adb30..619a35cce 100644
--- a/src/wx/simple_video_view.cc
+++ b/src/wx/simple_video_view.cc
@@ -193,7 +193,6 @@ SimpleVideoView::get (bool lazy)
}
display_player_video ();
- _viewer->PositionChanged ();
return true;
}