summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-20 23:03:27 +0200
committerCarl Hetherington <cth@carlh.net>2020-01-08 21:56:47 +0100
commitac25cd82d5d29c79b46033a742aaea33c700a524 (patch)
tree0a05e33e90239555bb9fb22e9b1f81cd1b22f648 /src/wx/film_viewer.h
parent444e1d4e0062677220d32b78b97a4b730156b514 (diff)
Move _player_video into VideoView.
Diffstat (limited to 'src/wx/film_viewer.h')
-rw-r--r--src/wx/film_viewer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index 916491d30..e98fbe176 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -173,7 +173,6 @@ private:
bool _coalesce_player_changes;
std::list<int> _pending_player_changes;
- std::pair<boost::shared_ptr<PlayerVideo>, dcpomatic::DCPTime> _player_video;
dcpomatic::DCPTime _video_position;
Position<int> _inter_position;
dcp::Size _inter_size;