Remove no-longer used file.
[ardour.git] / libs / ardour / ardour / plugin_insert.h
index 6656f755cf9a1698498c93f008954f379e3ec9e3..3b76d2588f3b98fcb302e08952e64a996b6acf58 100644 (file)
@@ -52,13 +52,14 @@ class PluginInsert : public Processor
        XMLNode& get_state(void);
        int set_state(const XMLNode&, int version);
 
-       void run (BufferSet& in, sframes_t start_frame, sframes_t end_frame, nframes_t nframes, bool);
+       void run (BufferSet& in, framepos_t start_frame, framepos_t end_frame, nframes_t nframes, bool);
        void silence (nframes_t nframes);
 
        void activate ();
        void deactivate ();
+        void flush ();
 
-       void set_block_size (nframes_t nframes);
+       int set_block_size (nframes_t nframes);
 
        ChanCount output_streams() const;
        ChanCount input_streams() const;
@@ -134,7 +135,6 @@ class PluginInsert : public Processor
 
        void set_automatable ();
        void control_list_automation_state_changed (Evoral::Parameter, AutoState);
-       void set_parameter_state (const XMLNode& node, int version);
        void set_parameter_state_2X (const XMLNode& node, int version);
 
        int32_t count_for_configuration (ChanCount in, ChanCount out) const;