diff --git a/include/Lv2Ports.h b/include/Lv2Ports.h index 8241b3e8a..e61f9bbd1 100644 --- a/include/Lv2Ports.h +++ b/include/Lv2Ports.h @@ -190,7 +190,6 @@ private: //! the buffer where Lv2 reads/writes the data from/to std::vector m_buffer; bool m_sidechain; - bool m_optional; // the only case when data of m_buffer may be referenced: friend struct ::ConnectPortVisitor;