Remove unnecessary _out_size; it looks like we can just use the image size.
[dcpomatic.git] / src / wx / film_viewer.h
index 2efe448c9e4deeaa37ba58e73e1511cf3ae48ee8..ef5ce41c925d2e535204c9c0d9fd441f02791829 100644 (file)
@@ -115,9 +115,6 @@ public:
        }
 
        /* Some accessors and utility methods that VideoView classes need */
-       dcp::Size out_size () const {
-               return _out_size;
-       }
        bool outline_content () const {
                return _outline_content;
        }
@@ -176,9 +173,6 @@ private:
        bool _coalesce_player_changes = false;
        std::vector<int> _pending_player_changes;
 
-       /** Size of our output (including padding if we have any) */
-       dcp::Size _out_size;
-
        RtAudio _audio;
        int _audio_channels = 0;
        unsigned int _audio_block_size = 1024;