11b5bf6229b8713dffde89a777cd5181335136f6 from master; default colour conversions...
[dcpomatic.git] / src / lib / player_subtitles.h
index 804c87cb9e22b2fb62c062572d23599a0af8084b..65de500f63d265ca7bea8b6bbd5144122708a3e5 100644 (file)
@@ -37,8 +37,6 @@ public:
        /** ImageSubtitles, with their rectangles transformed as specified by their content */
        std::list<ImageSubtitle> image;
        std::list<dcp::SubtitleString> text;
-
-       std::string language;
 };
 
 #endif