diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-02 23:49:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-02 23:49:31 +0000 |
| commit | 7ddcba57c47cf771695765977cc57384bea71e7a (patch) | |
| tree | e5822f566eb24b321e52035364d16597d2c33ec2 /src/lib/delay_line.h | |
| parent | 60769b72743402246197fb30a894da325e6f49d1 (diff) | |
Remove crashing and thought-to-be-unnecessary process_end from DelayLine.
Diffstat (limited to 'src/lib/delay_line.h')
| -rw-r--r-- | src/lib/delay_line.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/delay_line.h b/src/lib/delay_line.h index fa2870ae7..4d6f1313b 100644 --- a/src/lib/delay_line.h +++ b/src/lib/delay_line.h @@ -29,7 +29,6 @@ public: DelayLine (Log* log, int channels, int frames); void process_audio (boost::shared_ptr<AudioBuffers>); - void process_end (); private: boost::shared_ptr<AudioBuffers> _buffers; |
