Fix undefined Lv2Ports::Audio::m_optional after 3fa4b98

This commit is contained in:
Johannes Lorenz
2020-10-24 17:24:08 +02:00
parent f5d0524b16
commit 5d0340f6ae

View File

@@ -190,7 +190,6 @@ private:
//! the buffer where Lv2 reads/writes the data from/to
std::vector<float> m_buffer;
bool m_sidechain;
bool m_optional;
// the only case when data of m_buffer may be referenced:
friend struct ::ConnectPortVisitor;