summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-08-10 00:57:23 +0200
committerCarl Hetherington <cth@carlh.net>2024-08-17 12:59:25 +0200
commit0346db69296f192b49726d47171a3251e3c49ad6 (patch)
treeb93583cee3405eb2a19f33a59b09b83e90d482d2 /src
parentdc97c7cde9937a5c19a9412b5877e854974006a9 (diff)
Remove unused variable setup.
Diffstat (limited to 'src')
-rw-r--r--src/wx/text_panel.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/wx/text_panel.cc b/src/wx/text_panel.cc
index 7946c4685..965197064 100644
--- a/src/wx/text_panel.cc
+++ b/src/wx/text_panel.cc
@@ -80,11 +80,6 @@ TextPanel::TextPanel (ContentPanel* p, TextType t)
void
TextPanel::create ()
{
- wxString refer = _("Use this DCP's subtitle as OV and make VF");
- if (_original_type == TextType::CLOSED_CAPTION) {
- refer = _("Use this DCP's closed caption as OV and make VF");
- }
-
_use = new CheckBox (this, _("Use as"));
_type = new Choice(this);
_burn = new CheckBox (this, _("Burn subtitles into image"));