Remove KDM type that was added for testing.
authorCarl Hetherington <cth@carlh.net>
Sat, 19 Mar 2022 19:08:06 +0000 (20:08 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 2 Apr 2022 20:25:19 +0000 (22:25 +0200)
src/wx/kdm_output_panel.cc

index 7b739720f326c67461174f711353d1276b4d55b0..eb277346550ace6551b239164f15140f37ce3104 100644 (file)
@@ -75,7 +75,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..."));