diff options
Diffstat (limited to 'rotord/src/graph.h')
| -rw-r--r-- | rotord/src/graph.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rotord/src/graph.h b/rotord/src/graph.h index 4dcd254..ad2c59d 100644 --- a/rotord/src/graph.h +++ b/rotord/src/graph.h @@ -147,7 +147,6 @@ namespace Rotor { int channels= loader.get_number_channels(); int bits = loader.get_bit_depth(); at.init(channels,bits,samples,rate); - bool finished=false; uint16_t *audio=new uint16_t[1024*loader.get_number_channels()]; uint64_t sample=0; while (loader.get_samples(audio,sample,1024)) { |
