From d422bfddee23069071a5d911ebca73f6c0b403ed Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 10 Dec 2016 17:10:42 +0100 Subject: Fix warnings reported by clang. --- drumgizmo/output/wavfile.h | 1 - 1 file changed, 1 deletion(-) (limited to 'drumgizmo') diff --git a/drumgizmo/output/wavfile.h b/drumgizmo/output/wavfile.h index 63bf0e4..bc14879 100644 --- a/drumgizmo/output/wavfile.h +++ b/drumgizmo/output/wavfile.h @@ -56,7 +56,6 @@ public: private: SF_INFO info; std::vector channels; - std::size_t num_channels; std::string file; std::size_t latency; -- cgit v1.2.3