summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.h
diff options
context:
space:
mode:
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;