diff options
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; |