diff options
| -rw-r--r-- | src/wx/text_panel.cc | 5 |
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")); |
