Remove redundant LV2Ports::Audio::m_optional

The same info is already stored in the `Lv2Ports::Meta` base class.
This commit is contained in:
Johannes Lorenz
2020-10-04 21:47:47 +02:00
parent b558865ca4
commit 3fa4b98a9e
3 changed files with 5 additions and 7 deletions

View File

@@ -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