Less weak plugin preset system (maybe AU preset stuff can use the 'normal' thing...
[ardour.git] / libs / ardour / ardour / io.h
index dd40e308375fb0f460f6e8bdd5366d317098984c..c5f90bcd90807859284833b1b8afc63451b2aac2 100644 (file)
@@ -77,8 +77,7 @@ class IO : public SessionObject, public AutomatableControls, public Latent
        IO (Session&, const string& name, 
            int input_min = -1, int input_max = -1, 
            int output_min = -1, int output_max = -1,
-           DataType default_type = DataType::AUDIO,
-           bool public_ports = true);
+           DataType default_type = DataType::AUDIO);
        
        IO (Session&, const XMLNode&, DataType default_type = DataType::AUDIO);
        
@@ -286,7 +285,6 @@ class IO : public SessionObject, public AutomatableControls, public Latent
        bool                _denormal_protection;
        XMLNode*             deferred_state;
        DataType            _default_type;
-       bool                _public_ports;
 
        virtual void prepare_inputs (nframes_t nframes, nframes_t offset);
        virtual void flush_outputs (nframes_t nframes, nframes_t offset);