summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-08-10 00:57:23 +0200
committerCarl Hetherington <cth@carlh.net>2024-09-03 17:02:24 +0200
commit0dce5e78c79eb5989c78a1cec10983406d7a4cac (patch)
treef43c10abdf6f9dfe59d8e41b2b94d7898198d892
parentc97de27f9c5364b6f126016c5e1f31a76d5ce565 (diff)
Remove unused variable setup.
-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"));