summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_viewer.cc')
-rw-r--r--src/wx/film_viewer.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc
index dc6ed10c4..5c73f292c 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -256,7 +256,6 @@ FilmViewer::video_view_sized ()
if (!quick_refresh()) {
slow_refresh ();
}
- PositionChanged ();
}
void
@@ -380,7 +379,6 @@ FilmViewer::player_change (ChangeType type, int property, bool frequent)
if (!refreshed) {
slow_refresh ();
}
- PositionChanged ();
}
void