Remove check on whether the last seek was accurate when re-getting
[dcpomatic.git] / src / wx / film_viewer.h
index 50f7dd2cb2122e3d3446e5e0202dd8ac5b49e6c6..0c71ae1bd387c1e599989ab154e53003d88b75ac 100644 (file)
@@ -132,11 +132,6 @@ private:
        dcp::Size _out_size;
        /** Size of the panel that we have available */
        dcp::Size _panel_size;
-       /** true if the last call to Player::seek() was specified to be accurate;
-        *  this is used so that when re-fetching the current frame we
-        *  can get the same one that we got last time.
-        */
-       bool _last_seek_accurate;
 
        RtAudio _audio;
        int _audio_channels;