diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-12-10 17:10:42 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-12-10 17:10:42 +0100 |
commit | d422bfddee23069071a5d911ebca73f6c0b403ed (patch) | |
tree | ce10ee6112d07c4f4fa385797ab5c862666af50d /drumgizmo/output/wavfile.h | |
parent | 796882bcc5314c0bb095fcad0a6ffa30a6122bae (diff) |
Fix warnings reported by clang.
Diffstat (limited to 'drumgizmo/output/wavfile.h')
-rw-r--r-- | drumgizmo/output/wavfile.h | 1 |
1 files changed, 0 insertions, 1 deletions
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<SNDFILE*> channels; - std::size_t num_channels; std::string file; std::size_t latency; |