diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-11-20 23:36:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-08 21:56:47 +0100 |
| commit | 79355249a27ead72bc2bcd0a84e7a280a3d9a826 (patch) | |
| tree | bf6321a140a76687e44d4737bb3bc8718bebac09 /src/wx/film_viewer.h | |
| parent | 5aff601c454fa756c0ab71ae4bcf8f7f4ce28737 (diff) | |
Move _inter_position out of FilmViewer.
Diffstat (limited to 'src/wx/film_viewer.h')
| -rw-r--r-- | src/wx/film_viewer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index 93a311981..5c2f7cb11 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -126,9 +126,6 @@ public: dcp::Size inter_size () const { return _inter_size; } - Position<int> inter_position () const { - return _inter_position; - } bool outline_content () const { return _outline_content; } @@ -180,7 +177,6 @@ private: bool _coalesce_player_changes; std::list<int> _pending_player_changes; - Position<int> _inter_position; dcp::Size _inter_size; /** Size of our output (including padding if we have any) */ |
