No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / player_subtitles.h
index 804c87cb9e22b2fb62c062572d23599a0af8084b..93a0d5378775c30a769f8d01d5b9a987b5546a97 100644 (file)
@@ -30,15 +30,13 @@ public:
                : from (f)
                , to (t)
        {}
-       
+
        DCPTime from;
        DCPTime to;
 
        /** ImageSubtitles, with their rectangles transformed as specified by their content */
        std::list<ImageSubtitle> image;
        std::list<dcp::SubtitleString> text;
-
-       std::string language;
 };
 
 #endif