Remove swaroop variant.
[dcpomatic.git] / src / wx / film_viewer.h
index a0edafe955e38912de638dc98f86ee3a36fb7f92..15d6bfaf5b2f648d50f56fe3ce371640e997d0a4 100644 (file)
@@ -105,17 +105,6 @@ public:
 
        int audio_callback (void* out, unsigned int frames);
 
-#ifdef DCPOMATIC_VARIANT_SWAROOP
-       void set_background_image (bool b) {
-               _background_image = b;
-               _video_view->update ();
-       }
-
-       bool background_image () const {
-               return _background_image;
-       }
-#endif
-
        StateTimer const & state_timer () const {
                return _video_view->state_timer ();
        }
@@ -206,10 +195,6 @@ private:
        */
        bool _pad_black;
 
-#ifdef DCPOMATIC_VARIANT_SWAROOP
-       bool _background_image;
-#endif
-
        /** true if an get() is required next time we are idle */
        bool _idle_get;