summaryrefslogtreecommitdiff
path: root/src/lib/player_subtitles.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/player_subtitles.h')
-rw-r--r--src/lib/player_subtitles.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/player_subtitles.h b/src/lib/player_subtitles.h
index 804c87cb9..65de500f6 100644
--- a/src/lib/player_subtitles.h
+++ b/src/lib/player_subtitles.h
@@ -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