Remove redundant LV2Ports::Audio::m_optional
The same info is already stored in the `Lv2Ports::Meta` base class.
This commit is contained in:
@@ -162,7 +162,7 @@ struct Cv : public VisitablePort<Cv, ControlPortBase>
|
||||
|
||||
struct Audio : public VisitablePort<Audio, PortBase>
|
||||
{
|
||||
Audio(std::size_t bufferSize, bool isSidechain, bool isOptional);
|
||||
Audio(std::size_t bufferSize, bool isSidechain);
|
||||
|
||||
//! Copy buffer passed by LMMS into our ports
|
||||
//! @param channel channel index into each sample frame
|
||||
|
||||
Reference in New Issue
Block a user