From 6004e264418fa1f8a033c69633b2f0205c247266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gl=C3=B6ckner?= Date: Thu, 21 Jan 2016 18:05:07 +0100 Subject: Added missing changes --- drumgizmo/output/wavfile.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'drumgizmo/output') diff --git a/drumgizmo/output/wavfile.cc b/drumgizmo/output/wavfile.cc index 7a59892..e1cb16e 100644 --- a/drumgizmo/output/wavfile.cc +++ b/drumgizmo/output/wavfile.cc @@ -24,8 +24,6 @@ * along with DrumGizmo; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include - #include "wavfile.h" WavfileOutputEngine::WavfileOutputEngine() @@ -89,8 +87,6 @@ void WavfileOutputEngine::run(int ch, sample_t* samples, size_t nsamples) { return; } - assert(channels[ch] != nullptr); - assert(samples != nullptr); sf_writef_float(channels[ch], samples, nsamples); } -- cgit v1.2.3