new automation state model, sort of working, but not really
[ardour.git] / libs / ardour / ardour / audio_unit.h
index aa7c34a2d2bcba6e6c7965386a96e4d408ad75f4..d82425765d9a7d9afc63598c34934791d342fbe2 100644 (file)
@@ -66,8 +66,6 @@ class AUPlugin : public ARDOUR::Plugin
     
        int connect_and_run (vector<Sample*>& bufs, uint32_t maxbuf, int32_t& in, int32_t& out, nframes_t nframes, nframes_t offset);
        std::set<uint32_t> automatable() const;
-       void store_state (ARDOUR::PluginState&);
-       void restore_state (ARDOUR::PluginState&);
        string describe_parameter (uint32_t);
        string state_node_name () const { return "audiounit"; }
        void print_parameter (uint32_t, char*, uint32_t len) const;