summaryrefslogtreecommitdiff
path: root/src/interop_subtitle_asset.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/interop_subtitle_asset.cc')
-rw-r--r--src/interop_subtitle_asset.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/interop_subtitle_asset.cc b/src/interop_subtitle_asset.cc
index 96ccb68a..231dda16 100644
--- a/src/interop_subtitle_asset.cc
+++ b/src/interop_subtitle_asset.cc
@@ -56,10 +56,9 @@ InteropSubtitleAsset::InteropSubtitleAsset (boost::filesystem::path file)
parse_subtitles (xml, font_nodes);
}
-InteropSubtitleAsset::InteropSubtitleAsset (string movie_title, string language)
- : _movie_title (movie_title)
+InteropSubtitleAsset::InteropSubtitleAsset ()
{
- _language = language;
+
}
Glib::ustring