summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-19 20:08:06 +0100
committerCarl Hetherington <cth@carlh.net>2022-03-19 20:08:06 +0100
commit525c81d62f96829888b8d10e121e7653926e55e1 (patch)
treeb2bfb313c9ee041577ed2106b91f1674688e3743
parent96c7c48da7e7c2b661f28be4ff454b84d0173801 (diff)
Remove KDM type that was added for testing.
-rw-r--r--src/wx/kdm_output_panel.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/kdm_output_panel.cc b/src/wx/kdm_output_panel.cc
index 63618add6..e7bbe292d 100644
--- a/src/wx/kdm_output_panel.cc
+++ b/src/wx/kdm_output_panel.cc
@@ -74,7 +74,6 @@ KDMOutputPanel::KDMOutputPanel (wxWindow* parent)
_type->Append ("DCI Any", ((void *) dcp::Formulation::DCI_ANY));
_type->Append ("DCI Specific", ((void *) dcp::Formulation::DCI_SPECIFIC));
_type->Append ("Multiple Modified Transitional 1", ((void *) dcp::Formulation::MULTIPLE_MODIFIED_TRANSITIONAL_1));
- _type->Append ("Modified Transitional 1 (without AuthorizedDeviceInfo)", ((void *) dcp::Formulation::MODIFIED_TRANSITIONAL_TEST));
type->Add (_type, 1, wxTOP, DCPOMATIC_CHOICE_TOP_PAD);
_type->SetSelection (0);
auto advanced = new Button (this, _("Advanced..."));