Skip to content

Commit 5d0340f

Browse files
Fix undefined Lv2Ports::Audio::m_optional after 3fa4b98
1 parent f5d0524 commit 5d0340f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/Lv2Ports.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ struct Audio : public VisitablePort<Audio, PortBase>
190190
//! the buffer where Lv2 reads/writes the data from/to
191191
std::vector<float> m_buffer;
192192
bool m_sidechain;
193-
bool m_optional;
194193

195194
// the only case when data of m_buffer may be referenced:
196195
friend struct ::ConnectPortVisitor;

0 commit comments

Comments
 (0)