summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-21 22:07:26 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-08 21:56:47 +0100
commit7f5d317d3ba2bdb1838e942c436ad9f5de321bb4 (patch)
treed02879afa281cd32994cd54f563a9d28b47548ab /src/wx/film_viewer.h
parent9001a63be211fd8e97431f8fc07c66af01554f5a (diff)
Remove FilmViewer::refresh_view.
Diffstat (limited to 'src/wx/film_viewer.h')
-rw-r--r--src/wx/film_viewer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index 0699b12ae..21195e747 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -99,7 +99,7 @@ public:
#ifdef DCPOMATIC_VARIANT_SWAROOP
void set_background_image (bool b) {
_background_image = b;
- refresh_view ();
+ _video_view->update ();
}
bool background_image () const {
@@ -163,7 +163,6 @@ private:
dcpomatic::DCPTime uncorrected_time () const;
Frame average_latency () const;
- void refresh_view ();
bool quick_refresh ();
boost::shared_ptr<Film> _film;