From 5d0340f6ae9a618cc44f153f293b781a2e48597a Mon Sep 17 00:00:00 2001 From: Johannes Lorenz Date: Sat, 24 Oct 2020 17:24:08 +0200 Subject: [PATCH] Fix undefined Lv2Ports::Audio::m_optional after 3fa4b98 --- include/Lv2Ports.h | 1 - 1 file changed, 1 deletion(-) 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;