introduce the notion that note additions and property changes can cause the removal...
[ardour.git] / libs / ardour / ardour / buffer_set.h
index 0c4d5671d355adaa3449842fe4b0fa0b129a7456..278496ffbc84d741252434c25308e3c5e75480f6 100644 (file)
@@ -167,9 +167,6 @@ private:
 
        /// False if we 'own' the contained buffers, if true we mirror a PortSet)
        bool _is_mirror;
-
-       /// Whether the buffer set should be considered silent
-       bool _is_silent;
 };