summaryrefslogtreecommitdiff
path: root/rotord/src/graph.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-11-05 22:33:22 +0000
committerComment <tim@gray.(none)>2013-11-05 22:33:22 +0000
commit18a77356a424511e7ae1865d1554d20b4b5c51fb (patch)
tree15209fc88f1b8fd4fe2ced01ac804772c8f0a43b /rotord/src/graph.h
parent9462492cae4d94157538f353d67f2f6daaa45259 (diff)
clean up compiler warnings
Diffstat (limited to 'rotord/src/graph.h')
-rw-r--r--rotord/src/graph.h1
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)) {