summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-06 00:52:36 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-06 00:52:36 +0200
commit7516040b28194058c03ef930e316763ee288dbed (patch)
tree8b6fd4403811067f215a3ee50da0baac19db587d /src/lib
parent7560428649a428a4bdc3013f41ae7e8319cd5b42 (diff)
Remove erroneous defaulting of text language to en_US.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/text_content.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/text_content.cc b/src/lib/text_content.cc
index c86150881..4ba2de348 100644
--- a/src/lib/text_content.cc
+++ b/src/lib/text_content.cc
@@ -128,7 +128,6 @@ TextContent::TextContent (Content* parent, cxml::ConstNodePtr node, int version)
, _outline_width (node->optional_number_child<int>("OutlineWidth").get_value_or(4))
, _type (TextType::OPEN_SUBTITLE)
, _original_type (TextType::OPEN_SUBTITLE)
- , _language ("en-US")
{
if (version >= 37) {
_use = node->bool_child ("Use");