Remove swaroop variant.
[dcpomatic.git] / src / lib / player_video.h
index 0456457db6594544d6508f98a725a293862df00a..56cfbd1005912a00b879f7263205a1017f980c7b 100644 (file)
@@ -126,9 +126,7 @@ private:
        boost::optional<ColourConversion> _colour_conversion;
        VideoRange _video_range;
        boost::optional<PositionImage> _text;
-       /** Content that we came from.  This is so that reset_metadata() can work, and also
-        *  for variant:swaroop's non-skippable ads.
-        */
+       /** Content that we came from.  This is so that reset_metadata() can work. */
        boost::weak_ptr<Content> _content;
        /** Video frame that we came from.  Again, this is for reset_metadata() */
        boost::optional<Frame> _video_frame;