summaryrefslogtreecommitdiff
path: root/drumgizmo
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-12-10 17:10:42 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2016-12-10 17:10:42 +0100
commitd422bfddee23069071a5d911ebca73f6c0b403ed (patch)
treece10ee6112d07c4f4fa385797ab5c862666af50d /drumgizmo
parent796882bcc5314c0bb095fcad0a6ffa30a6122bae (diff)
Fix warnings reported by clang.
Diffstat (limited to 'drumgizmo')
-rw-r--r--drumgizmo/output/wavfile.h1
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;