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.h4
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) */