Same thing with inter_size.
[dcpomatic.git] / src / wx / film_viewer.h
index 5c2f7cb11b174860be1e6ec767aa1bd45928011e..8cacf80d3f050bfb79f83865e5e2f81d7d75028b 100644 (file)
@@ -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;