Add personal monitor sends
[ardour.git] / libs / ardour / ardour / io_processor.h
index f17c338155295c24c88e80f70e5503553d22f027..c59addffb2bdbba6d038264f738ded5b838d2f14 100644 (file)
@@ -67,14 +67,12 @@ class LIBARDOUR_API IOProcessor : public Processor
        void silence (samplecnt_t nframes, samplepos_t start_sample);
        void disconnect ();
 
-       void increment_port_buffer_offset (pframes_t);
-
        virtual bool feeds (boost::shared_ptr<Route> other) const;
 
        PBD::Signal2<void,IOProcessor*,bool>     AutomationPlaybackChanged;
        PBD::Signal2<void,IOProcessor*,uint32_t> AutomationChanged;
 
-       XMLNode& state (bool full_state);
+       XMLNode& state ();
        int set_state (const XMLNode&, int version);
 
        static void prepare_for_reset (XMLNode& state, const std::string& name);