remove unused API to explicitly set/unset buffer silent flag
[ardour.git] / libs / ardour / ardour / buffer_set.h
index 12e9dbc63b0a99ddfcfad0c0961e3bf59fc08b33..5f8553218babeab8f02f2853af28f2728d8532e0 100644 (file)
@@ -70,7 +70,7 @@ public:
        void clear();
 
        void attach_buffers (PortSet& ports);
-       void get_jack_port_addresses (PortSet &, framecnt_t);
+       void get_backend_port_addresses (PortSet &, framecnt_t);
 
        /* the capacity here is a size_t and has a different interpretation depending
           on the DataType of the buffers. for audio, its a frame count. for MIDI
@@ -86,7 +86,6 @@ public:
        const ChanCount& count() const { return _count; }
        ChanCount&       count()       { return _count; }
 
-       void set_is_silent(bool yn);
        void silence (framecnt_t nframes, framecnt_t offset);
        bool is_mirror() const { return _is_mirror; }