This commit is contained in:
Paul Ferrand 2019-07-30 00:29:32 +02:00
parent 7922c98c7f
commit c393d9eedd

View file

@ -109,7 +109,6 @@ public:
int getNumFrames() const noexcept { return numFrames; }
int getNumChannels() const noexcept { return NumChannels; }
bool empty() const noexcept { return numFrames == 0; }
private:
int numFrames { 0 };
std::array<Buffer<Type, Alignment>, NumChannels> buffers;