summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-20 23:41:58 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-08 21:56:47 +0100
commit6a3d9962dc774becf50dd92f0cca90c536343eda (patch)
tree793dc030d503b65cc9569c018a70463643c86c33 /src/wx/film_viewer.h
parent79355249a27ead72bc2bcd0a84e7a280a3d9a826 (diff)
Same thing with inter_size.
Diffstat (limited to 'src/wx/film_viewer.h')
-rw-r--r--src/wx/film_viewer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index 5c2f7cb11..8cacf80d3 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -123,9 +123,6 @@ public:
dcp::Size out_size () const {
return _out_size;
}
- dcp::Size inter_size () const {
- return _inter_size;
- }
bool outline_content () const {
return _outline_content;
}
@@ -177,8 +174,6 @@ private:
bool _coalesce_player_changes;
std::list<int> _pending_player_changes;
- dcp::Size _inter_size;
-
/** Size of our output (including padding if we have any) */
dcp::Size _out_size;