Basic tweaks to make the bundles and the port matrix accept that MIDI tracks may...
[ardour.git] / gtk2_ardour / bundle_manager.h
index c2c30d47bbcdb32201977de8693271fd055de951..0bad5b210851f5655b344e9f24a30360069d7c12 100644 (file)
@@ -72,14 +72,12 @@ class BundleEditor : public ArdourDialog
   private:
        void name_changed ();
        void input_or_output_changed ();
-       void type_changed ();
        void on_show ();
 
        BundleEditorMatrix _matrix;
        boost::shared_ptr<ARDOUR::UserBundle> _bundle;
        Gtk::Entry _name;
        Gtk::ComboBoxText _input_or_output;
-       Gtk::ComboBoxText _type;
 };
 
 class BundleManager : public ArdourDialog