diff --git a/src/pcm/Volume.hxx b/src/pcm/Volume.hxx index 5e92fb6fe..1576b33b1 100644 --- a/src/pcm/Volume.hxx +++ b/src/pcm/Volume.hxx @@ -77,12 +77,6 @@ public: #endif } -#ifndef NDEBUG - ~PcmVolume() { - assert(format == SampleFormat::UNDEFINED); - } -#endif - unsigned GetVolume() const { return volume; }