Clean up State API:
[ardour.git] / libs / ardour / ardour / processor.h
index 8dfc1494d348455a78ada14588839e8d62575c89..f3325a11944c9c01bdf13aed662d6200ffe260a4 100644 (file)
@@ -120,8 +120,7 @@ class LIBARDOUR_API Processor : public SessionObject, public Automatable, public
           smoothly.
         */
 
-       virtual XMLNode& state (bool full);
-       XMLNode& get_state (void);
+       XMLNode& get_state ();
        int set_state (const XMLNode&, int version);
 
        virtual void set_pre_fader (bool);
@@ -147,6 +146,7 @@ class LIBARDOUR_API Processor : public SessionObject, public Automatable, public
        SessionObject* owner() const;
 
 protected:
+       virtual XMLNode& state ();
        virtual int set_state_2X (const XMLNode&, int version);
 
        int       _pending_active;